Html Css Color HEX #24D5C9 Turquoise

📋 copy color: '#24D5C9'

red 36 ◦ green 213 ◦ blue 201

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

Shades of Turquoise #24D5C9

Tints of Turquoise #24D5C9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 8%
G = 47.33%
B = 44.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#24D5C9 (or 0x24D5C9) is known color: Turquoise. HEX triplet: 24, D5 and C9. RGB value is (36,213,201). Sum of RGB (Red+Green+Blue) = 36+213+201=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #24D5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D5C9 is #DB2A36. Grayscale: #9E9E9E. Windows color (decimal): -14363191 or 13227300. OLE color: 13227300.

HSL color Cylindrical-coordinate representation of color #24D5C9: hue angle of 175.93º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D5C9 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 213 201 -
CMYK 0.83 0 0.06 0.16
HSL 175.93º 0.71% 0.49% -
HSV(B) 175.93º 0.83% 0.84% -
XYZ 35.06 52.18 63.48 -
YUV 158.71 151.86 40.48 -
System Red Green Blue C M Y K H S L
Decimal 36 213 201 0.83 0 0.06 0.16 175.93 0.71 0.49
Hex 24 D5 C9 53 0 6 10 B0 47 31
Octal 44 325 311 123 0 6 20 260 107 61
Binary 100100 11010101 11001001 1010011 0 110 10000 10110000 1000111 110001

Color Harmonies of #24D5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D5C9

Black with #24D5C9

Text Example


Text Example

White with #24D5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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