Html Css Color HEX #24CECB Turquoise

📋 copy color: '#24CECB'

red 36 ◦ green 206 ◦ blue 203

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

Shades of Turquoise #24CECB

Tints of Turquoise #24CECB

RGB

 RED value IS 36 (14.45% from 255) = 8.09%

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 8.09%
G = 46.29%
B = 45.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#24CECB (or 0x24CECB) is known color: Turquoise. HEX triplet: 24, CE and CB. RGB value is (36,206,203). Sum of RGB (Red+Green+Blue) = 36+206+203=445 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.09% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #24CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CECB is #DB3134. Grayscale: #9A9A9A. Windows color (decimal): -14364981 or 13356580. OLE color: 13356580.

HSL color Cylindrical-coordinate representation of color #24CECB: hue angle of 178.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CECB is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 206 203 -
CMYK 0.83 0 0.01 0.19
HSL 178.94º 0.7% 0.47% -
HSV(B) 178.94º 0.83% 0.81% -
XYZ 33.58 48.83 64.16 -
YUV 154.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 36 206 203 0.83 0 0.01 0.19 178.94 0.7 0.47
Hex 24 CE CB 53 0 1 13 B3 46 2F
Octal 44 316 313 123 0 1 23 263 106 57
Binary 100100 11001110 11001011 1010011 0 1 10011 10110011 1000110 101111

Color Harmonies of #24CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CECB

Black with #24CECB

Text Example


Text Example

White with #24CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24CECB; }

 p { color: rgb(36,206,203); }

 H1.HeaderClassName
 {
   color: #24CECB;
 }
 .AnyTagClassName
 {
   color: #24CECB;
 }
</style>

background-color css

<style>
 a { background-color: #24CECB; }

 a { background-color: rgb(36,206,203); }

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

border-color css

<style>
 span { border-color: #24CECB; }

 span { border-color: rgb(36,206,203); }

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