Html Css Color HEX #24ECCD Turquoise

📋 copy color: '#24ECCD'

red 36 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #24ECCD

Tints of Turquoise #24ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 7.55%
G = 49.48%
B = 42.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#24ECCD (or 0x24ECCD) is known color: Turquoise. HEX triplet: 24, EC and CD. RGB value is (36,236,205). Sum of RGB (Red+Green+Blue) = 36+236+205=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECCD is #DB1332. Grayscale: #ACACAC. Windows color (decimal): -14357299 or 13495332. OLE color: 13495332.

HSL color Cylindrical-coordinate representation of color #24ECCD: hue angle of 170.7º 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 #24ECCD is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 236 205 -
CMYK 0.85 0 0.13 0.07
HSL 170.7º 0.84% 0.53% -
HSV(B) 170.7º 0.85% 0.93% -
XYZ 41.74 64.77 68.06 -
YUV 172.67 146.24 30.52 -
System Red Green Blue C M Y K H S L
Decimal 36 236 205 0.85 0 0.13 0.07 170.7 0.84 0.53
Hex 24 EC CD 55 0 D 7 AB 54 35
Octal 44 354 315 125 0 15 7 253 124 65
Binary 100100 11101100 11001101 1010101 0 1101 111 10101011 1010100 110101

Color Harmonies of #24ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECCD

Black with #24ECCD

Text Example


Text Example

White with #24ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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