Shades of Bright Turquoise #24DEED
Tints of Bright Turquoise #24DEED
RGB
CMYK
RGB Variations
Color information
#24DEED (or 0x24DEED) is known color: Bright Turquoise. HEX triplet: 24, DE and ED. RGB value is (36,222,237). Sum of RGB (Red+Green+Blue) = 36+222+237=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #24DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DEED is #DB2112. Grayscale: #A7A7A7. Windows color (decimal): -14360851 or 15588900. OLE color: 15588900.
HSL color Cylindrical-coordinate representation of color #24DEED: hue angle of 184.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DEED is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 222 | 237 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.07 |
| HSL | 184.48º | 0.85% | 0.54% | - |
| HSV(B) | 184.48º | 0.85% | 0.93% | - |
| XYZ | 42.13 | 58.73 | 89.24 | - |
| YUV | 168.1 | 166.88 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 222 | 237 | 0.85 | 0.06 | 0 | 0.07 | 184.48 | 0.85 | 0.54 |
| Hex | 24 | DE | ED | 55 | 6 | 0 | 7 | B8 | 55 | 36 |
| Octal | 44 | 336 | 355 | 125 | 6 | 0 | 7 | 270 | 125 | 66 |
| Binary | 100100 | 11011110 | 11101101 | 1010101 | 110 | 0 | 111 | 10111000 | 1010101 | 110110 |
Color Harmonies of #24DEED
Complementary color
Monochromatic Colors of #24DEED
Black with #24DEED
Text Example
Text Example
White with #24DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DEED; }
p { color: rgb(36,222,237); }
H1.HeaderClassName
{
color: #24DEED;
}
.AnyTagClassName
{
color: #24DEED;
}
</style>
background-color css
<style>
a { background-color: #24DEED; }
a { background-color: rgb(36,222,237); }
div.DivClassName
{
background-color: #24DEED;
}
.BgClassName
{
background-color: #24DEED;
}
</style>
border-color css
<style>
span { border-color: #24DEED; }
span { border-color: rgb(36,222,237); }
td.TdClassName
{
border-color: #24DEED;
}
.TagClassName
{
border-color: #24DEED;
}
</style>