Html Css Color HEX #24D1C9 Turquoise

📋 copy color: '#24D1C9'

red 36 ◦ green 209 ◦ blue 201

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

Shades of Turquoise #24D1C9

Tints of Turquoise #24D1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.86%

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 8.07%
G = 46.86%
B = 45.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#24D1C9 (or 0x24D1C9) is known color: Turquoise. HEX triplet: 24, D1 and C9. RGB value is (36,209,201). Sum of RGB (Red+Green+Blue) = 36+209+201=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #24D1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D1C9 is #DB2E36. Grayscale: #9C9C9C. Windows color (decimal): -14364215 or 13226276. OLE color: 13226276.

HSL color Cylindrical-coordinate representation of color #24D1C9: hue angle of 177.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D1C9 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 209 201 -
CMYK 0.83 0 0.04 0.18
HSL 177.23º 0.71% 0.48% -
HSV(B) 177.23º 0.83% 0.82% -
XYZ 34.07 50.19 63.15 -
YUV 156.36 153.19 42.15 -
System Red Green Blue C M Y K H S L
Decimal 36 209 201 0.83 0 0.04 0.18 177.23 0.71 0.48
Hex 24 D1 C9 53 0 4 12 B1 47 30
Octal 44 321 311 123 0 4 22 261 107 60
Binary 100100 11010001 11001001 1010011 0 100 10010 10110001 1000111 110000

Color Harmonies of #24D1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D1C9

Black with #24D1C9

Text Example


Text Example

White with #24D1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,209,201); }

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

background-color css

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

 a { background-color: rgb(36,209,201); }

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

border-color css

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

 span { border-color: rgb(36,209,201); }

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