Html Css Color HEX #2BD6B9 Turquoise

📋 copy color: '#2BD6B9'

red 43 ◦ green 214 ◦ blue 185

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

Shades of Turquoise #2BD6B9

Tints of Turquoise #2BD6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

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

R = 9.73%
G = 48.42%
B = 41.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#2BD6B9 (or 0x2BD6B9) is known color: Turquoise. HEX triplet: 2B, D6 and B9. RGB value is (43,214,185). Sum of RGB (Red+Green+Blue) = 43+214+185=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD6B9 is #D42946. Grayscale: #9F9F9F. Windows color (decimal): -13904199 or 12178987. OLE color: 12178987.

HSL color Cylindrical-coordinate representation of color #2BD6B9: hue angle of 169.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD6B9 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 185 -
CMYK 0.80 0 0.14 0.16
HSL 169.82º 0.68% 0.5% -
HSV(B) 169.82º 0.8% 0.84% -
XYZ 33.8 52.11 54.18 -
YUV 159.57 142.35 44.86 -
System Red Green Blue C M Y K H S L
Decimal 43 214 185 0.80 0 0.14 0.16 169.82 0.68 0.5
Hex 2B D6 B9 50 0 E 10 AA 44 32
Octal 53 326 271 120 0 16 20 252 104 62
Binary 101011 11010110 10111001 1010000 0 1110 10000 10101010 1000100 110010

Color Harmonies of #2BD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD6B9

Black with #2BD6B9

Text Example


Text Example

White with #2BD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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