Html Css Color HEX #24E5CB Turquoise

📋 copy color: '#24E5CB'

red 36 ◦ green 229 ◦ blue 203

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

Shades of Turquoise #24E5CB

Tints of Turquoise #24E5CB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.93%

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

R = 7.69%
G = 48.93%
B = 43.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#24E5CB (or 0x24E5CB) is known color: Turquoise. HEX triplet: 24, E5 and CB. RGB value is (36,229,203). Sum of RGB (Red+Green+Blue) = 36+229+203=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #24E5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E5CB is #DB1A34. Grayscale: #A8A8A8. Windows color (decimal): -14359093 or 13362468. OLE color: 13362468.

HSL color Cylindrical-coordinate representation of color #24E5CB: hue angle of 171.92º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E5CB is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 229 203 -
CMYK 0.84 0 0.11 0.10
HSL 171.92º 0.79% 0.52% -
HSV(B) 171.92º 0.84% 0.9% -
XYZ 39.53 60.73 66.14 -
YUV 168.33 147.56 33.61 -
System Red Green Blue C M Y K H S L
Decimal 36 229 203 0.84 0 0.11 0.10 171.92 0.79 0.52
Hex 24 E5 CB 54 0 B A AC 4F 34
Octal 44 345 313 124 0 13 12 254 117 64
Binary 100100 11100101 11001011 1010100 0 1011 1010 10101100 1001111 110100

Color Harmonies of #24E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E5CB

Black with #24E5CB

Text Example


Text Example

White with #24E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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