Html Css Color HEX #2BCEC8 Turquoise

📋 copy color: '#2BCEC8'

red 43 ◦ green 206 ◦ blue 200

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

Shades of Turquoise #2BCEC8

Tints of Turquoise #2BCEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 9.58%
G = 45.88%
B = 44.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#2BCEC8 (or 0x2BCEC8) is known color: Turquoise. HEX triplet: 2B, CE and C8. RGB value is (43,206,200). Sum of RGB (Red+Green+Blue) = 43+206+200=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC8 is #D43137. Grayscale: #9C9C9C. Windows color (decimal): -13906232 or 13159979. OLE color: 13159979.

HSL color Cylindrical-coordinate representation of color #2BCEC8: hue angle of 177.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCEC8 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 200 -
CMYK 0.79 0 0.03 0.19
HSL 177.79º 0.65% 0.49% -
HSV(B) 177.79º 0.79% 0.81% -
XYZ 33.49 48.83 62.3 -
YUV 156.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 43 206 200 0.79 0 0.03 0.19 177.79 0.65 0.49
Hex 2B CE C8 4F 0 3 13 B2 41 31
Octal 53 316 310 117 0 3 23 262 101 61
Binary 101011 11001110 11001000 1001111 0 11 10011 10110010 1000001 110001

Color Harmonies of #2BCEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCEC8

Black with #2BCEC8

Text Example


Text Example

White with #2BCEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,200); }

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

background-color css

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

 a { background-color: rgb(43,206,200); }

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

border-color css

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

 span { border-color: rgb(43,206,200); }

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