Html Css Color HEX #24D2C6 Turquoise

📋 copy color: '#24D2C6'

red 36 ◦ green 210 ◦ blue 198

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

Shades of Turquoise #24D2C6

Tints of Turquoise #24D2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.3%

 BLUE value IS 198 (77.73% from 255) = 44.59%

R = 8.11%
G = 47.3%
B = 44.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#24D2C6 (or 0x24D2C6) is known color: Turquoise. HEX triplet: 24, D2 and C6. RGB value is (36,210,198). Sum of RGB (Red+Green+Blue) = 36+210+198=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #24D2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D2C6 is #DB2D39. Grayscale: #9C9C9C. Windows color (decimal): -14363962 or 13029924. OLE color: 13029924.

HSL color Cylindrical-coordinate representation of color #24D2C6: hue angle of 175.86º 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 #24D2C6 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 210 198 -
CMYK 0.83 0 0.06 0.18
HSL 175.86º 0.71% 0.48% -
HSV(B) 175.86º 0.83% 0.82% -
XYZ 33.97 50.55 61.39 -
YUV 156.61 151.35 41.98 -
System Red Green Blue C M Y K H S L
Decimal 36 210 198 0.83 0 0.06 0.18 175.86 0.71 0.48
Hex 24 D2 C6 53 0 6 12 B0 47 30
Octal 44 322 306 123 0 6 22 260 107 60
Binary 100100 11010010 11000110 1010011 0 110 10010 10110000 1000111 110000

Color Harmonies of #24D2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D2C6

Black with #24D2C6

Text Example


Text Example

White with #24D2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,210,198); }

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

background-color css

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

 a { background-color: rgb(36,210,198); }

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

border-color css

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

 span { border-color: rgb(36,210,198); }

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