Html Css Color HEX #2BFDDB Turquoise

📋 copy color: '#2BFDDB'

red 43 ◦ green 253 ◦ blue 219

#2BFDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2BFDDB

Tints of Turquoise #2BFDDB

RGB

 RED value IS 43 (17.19% from 255) = 8.35%

 GREEN value IS 253 (99.22% from 255) = 49.13%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 8.35%
G = 49.13%
B = 42.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2BFDDB (or 0x2BFDDB) is known color: Turquoise. HEX triplet: 2B, FD and DB. RGB value is (43,253,219). Sum of RGB (Red+Green+Blue) = 43+253+219=515 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.35% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDDB is #D40224. Grayscale: #BABABA. Windows color (decimal): -13894181 or 14417195. OLE color: 14417195.

HSL color Cylindrical-coordinate representation of color #2BFDDB: hue angle of 170.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDDB is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 253 219 -
CMYK 0.83 0 0.13 0.01
HSL 170.29º 0.98% 0.58% -
HSV(B) 170.29º 0.83% 0.99% -
XYZ 48.91 75.88 79.09 -
YUV 186.33 146.43 25.76 -
System Red Green Blue C M Y K H S L
Decimal 43 253 219 0.83 0 0.13 0.01 170.29 0.98 0.58
Hex 2B FD DB 53 0 D 1 AA 62 3A
Octal 53 375 333 123 0 15 1 252 142 72
Binary 101011 11111101 11011011 1010011 0 1101 1 10101010 1100010 111010

Color Harmonies of #2BFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFDDB

Black with #2BFDDB

Text Example


Text Example

White with #2BFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BFDDB; }

 p { color: rgb(43,253,219); }

 H1.HeaderClassName
 {
   color: #2BFDDB;
 }
 .AnyTagClassName
 {
   color: #2BFDDB;
 }
</style>

background-color css

<style>
 a { background-color: #2BFDDB; }

 a { background-color: rgb(43,253,219); }

 div.DivClassName
 {
   background-color: #2BFDDB;
 }
 .BgClassName
 {
   background-color: #2BFDDB;
 }
</style>

border-color css

<style>
 span { border-color: #2BFDDB; }

 span { border-color: rgb(43,253,219); }

 td.TdClassName
 {
   border-color: #2BFDDB;
 }
 .TagClassName
 {
   border-color: #2BFDDB;
 }
</style>