Html Css Color HEX #24D9CA Turquoise

📋 copy color: '#24D9CA'

red 36 ◦ green 217 ◦ blue 202

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

Shades of Turquoise #24D9CA

Tints of Turquoise #24D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 7.91%
G = 47.69%
B = 44.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#24D9CA (or 0x24D9CA) is known color: Turquoise. HEX triplet: 24, D9 and CA. RGB value is (36,217,202). Sum of RGB (Red+Green+Blue) = 36+217+202=455 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.91% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #24D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D9CA is #DB2635. Grayscale: #A1A1A1. Windows color (decimal): -14362166 or 13293860. OLE color: 13293860.

HSL color Cylindrical-coordinate representation of color #24D9CA: hue angle of 175.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D9CA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 217 202 -
CMYK 0.83 0 0.07 0.15
HSL 175.03º 0.72% 0.5% -
HSV(B) 175.03º 0.83% 0.85% -
XYZ 36.2 54.27 64.44 -
YUV 161.17 151.03 38.72 -
System Red Green Blue C M Y K H S L
Decimal 36 217 202 0.83 0 0.07 0.15 175.03 0.72 0.5
Hex 24 D9 CA 53 0 7 F AF 48 32
Octal 44 331 312 123 0 7 17 257 110 62
Binary 100100 11011001 11001010 1010011 0 111 1111 10101111 1001000 110010

Color Harmonies of #24D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D9CA

Black with #24D9CA

Text Example


Text Example

White with #24D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,217,202); }

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

background-color css

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

 a { background-color: rgb(36,217,202); }

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

border-color css

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

 span { border-color: rgb(36,217,202); }

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