Html Css Color HEX #2BFAB9 Turquoise

📋 copy color: '#2BFAB9'

red 43 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #2BFAB9

Tints of Turquoise #2BFAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.3%

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 9%
G = 52.3%
B = 38.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#2BFAB9 (or 0x2BFAB9) is known color: Turquoise. HEX triplet: 2B, FA and B9. RGB value is (43,250,185). Sum of RGB (Red+Green+Blue) = 43+250+185=478 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.00% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFAB9 is #D40546. Grayscale: #B4B4B4. Windows color (decimal): -13894983 or 12188203. OLE color: 12188203.

HSL color Cylindrical-coordinate representation of color #2BFAB9: hue angle of 161.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAB9 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 185 -
CMYK 0.83 0 0.26 0.02
HSL 161.16º 0.95% 0.57% -
HSV(B) 161.16º 0.83% 0.98% -
XYZ 43.94 72.39 57.56 -
YUV 180.7 130.42 29.79 -
System Red Green Blue C M Y K H S L
Decimal 43 250 185 0.83 0 0.26 0.02 161.16 0.95 0.57
Hex 2B FA B9 53 0 1A 2 A1 5F 39
Octal 53 372 271 123 0 32 2 241 137 71
Binary 101011 11111010 10111001 1010011 0 11010 10 10100001 1011111 111001

Color Harmonies of #2BFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFAB9

Black with #2BFAB9

Text Example


Text Example

White with #2BFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,250,185); }

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

background-color css

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

 a { background-color: rgb(43,250,185); }

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

border-color css

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

 span { border-color: rgb(43,250,185); }

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