Html Css Color HEX #24D8C8 Turquoise

📋 copy color: '#24D8C8'

red 36 ◦ green 216 ◦ blue 200

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

Shades of Turquoise #24D8C8

Tints of Turquoise #24D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 7.96%
G = 47.79%
B = 44.25%

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

#24D8C8 (or 0x24D8C8) is known color: Turquoise. HEX triplet: 24, D8 and C8. RGB value is (36,216,200). Sum of RGB (Red+Green+Blue) = 36+216+200=452 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.96% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #24D8C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D8C8 is #DB2737. Grayscale: #A0A0A0. Windows color (decimal): -14362424 or 13162532. OLE color: 13162532.

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

Color convert

RGB 36 216 200 -
CMYK 0.83 0 0.07 0.15
HSL 174.67º 0.71% 0.49% -
HSV(B) 174.67º 0.83% 0.85% -
XYZ 35.71 53.66 63.12 -
YUV 160.36 150.37 39.3 -
System Red Green Blue C M Y K H S L
Decimal 36 216 200 0.83 0 0.07 0.15 174.67 0.71 0.49
Hex 24 D8 C8 53 0 7 F AF 47 31
Octal 44 330 310 123 0 7 17 257 107 61
Binary 100100 11011000 11001000 1010011 0 111 1111 10101111 1000111 110001

Color Harmonies of #24D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D8C8

Black with #24D8C8

Text Example


Text Example

White with #24D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,216,200); }

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

background-color css

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

 a { background-color: rgb(36,216,200); }

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

border-color css

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

 span { border-color: rgb(36,216,200); }

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