Html Css Color HEX #24ECD2 Turquoise

📋 copy color: '#24ECD2'

red 36 ◦ green 236 ◦ blue 210

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

Shades of Turquoise #24ECD2

Tints of Turquoise #24ECD2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 7.47%
G = 48.96%
B = 43.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#24ECD2 (or 0x24ECD2) is known color: Turquoise. HEX triplet: 24, EC and D2. RGB value is (36,236,210). Sum of RGB (Red+Green+Blue) = 36+236+210=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECD2 is #DB132D. Grayscale: #ADADAD. Windows color (decimal): -14357294 or 13823012. OLE color: 13823012.

HSL color Cylindrical-coordinate representation of color #24ECD2: hue angle of 172.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECD2 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 236 210 -
CMYK 0.85 0 0.11 0.07
HSL 172.2º 0.84% 0.53% -
HSV(B) 172.2º 0.85% 0.93% -
XYZ 42.36 65.02 71.29 -
YUV 173.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 36 236 210 0.85 0 0.11 0.07 172.2 0.84 0.53
Hex 24 EC D2 55 0 B 7 AC 54 35
Octal 44 354 322 125 0 13 7 254 124 65
Binary 100100 11101100 11010010 1010101 0 1011 111 10101100 1010100 110101

Color Harmonies of #24ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECD2

Black with #24ECD2

Text Example


Text Example

White with #24ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,236,210); }

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

background-color css

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

 a { background-color: rgb(36,236,210); }

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

border-color css

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

 span { border-color: rgb(36,236,210); }

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