Shades of Bright Turquoise #24D2DE
Tints of Bright Turquoise #24D2DE
RGB
CMYK
RGB Variations
Color information
#24D2DE (or 0x24D2DE) is known color: Bright Turquoise. HEX triplet: 24, D2 and DE. RGB value is (36,210,222). Sum of RGB (Red+Green+Blue) = 36+210+222=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #24D2DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D2DE is #DB2D21. Grayscale: #9F9F9F. Windows color (decimal): -14363938 or 14602788. OLE color: 14602788.
HSL color Cylindrical-coordinate representation of color #24D2DE: hue angle of 183.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24D2DE is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 210 | 222 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.13 |
| HSL | 183.87º | 0.74% | 0.51% | - |
| HSV(B) | 183.87º | 0.84% | 0.87% | - |
| XYZ | 36.96 | 51.74 | 77.15 | - |
| YUV | 159.34 | 163.35 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 210 | 222 | 0.84 | 0.05 | 0 | 0.13 | 183.87 | 0.74 | 0.51 |
| Hex | 24 | D2 | DE | 54 | 5 | 0 | D | B8 | 4A | 33 |
| Octal | 44 | 322 | 336 | 124 | 5 | 0 | 15 | 270 | 112 | 63 |
| Binary | 100100 | 11010010 | 11011110 | 1010100 | 101 | 0 | 1101 | 10111000 | 1001010 | 110011 |
Color Harmonies of #24D2DE
Complementary color
Monochromatic Colors of #24D2DE
Black with #24D2DE
Text Example
Text Example
White with #24D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D2DE; }
p { color: rgb(36,210,222); }
H1.HeaderClassName
{
color: #24D2DE;
}
.AnyTagClassName
{
color: #24D2DE;
}
</style>
background-color css
<style>
a { background-color: #24D2DE; }
a { background-color: rgb(36,210,222); }
div.DivClassName
{
background-color: #24D2DE;
}
.BgClassName
{
background-color: #24D2DE;
}
</style>
border-color css
<style>
span { border-color: #24D2DE; }
span { border-color: rgb(36,210,222); }
td.TdClassName
{
border-color: #24D2DE;
}
.TagClassName
{
border-color: #24D2DE;
}
</style>