Shades of Bright Turquoise #24FEED
Tints of Bright Turquoise #24FEED
RGB
CMYK
RGB Variations
Color information
#24FEED (or 0x24FEED) is known color: Bright Turquoise. HEX triplet: 24, FE and ED. RGB value is (36,254,237). Sum of RGB (Red+Green+Blue) = 36+254+237=527 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.83% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #24FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FEED is #DB0112. Grayscale: #BABABA. Windows color (decimal): -14352659 or 15597092. OLE color: 15597092.
HSL color Cylindrical-coordinate representation of color #24FEED: hue angle of 175.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FEED is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 237 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.00 |
| HSL | 175.32º | 0.99% | 0.57% | - |
| HSV(B) | 175.32º | 0.86% | 1% | - |
| XYZ | 51.46 | 77.37 | 92.34 | - |
| YUV | 186.88 | 156.28 | 20.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 237 | 0.86 | 0 | 0.07 | 0.00 | 175.32 | 0.99 | 0.57 |
| Hex | 24 | FE | ED | 56 | 0 | 7 | 0 | AF | 63 | 39 |
| Octal | 44 | 376 | 355 | 126 | 0 | 7 | 0 | 257 | 143 | 71 |
| Binary | 100100 | 11111110 | 11101101 | 1010110 | 0 | 111 | 0 | 10101111 | 1100011 | 111001 |
Color Harmonies of #24FEED
Complementary color
Monochromatic Colors of #24FEED
Black with #24FEED
Text Example
Text Example
White with #24FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FEED; }
p { color: rgb(36,254,237); }
H1.HeaderClassName
{
color: #24FEED;
}
.AnyTagClassName
{
color: #24FEED;
}
</style>
background-color css
<style>
a { background-color: #24FEED; }
a { background-color: rgb(36,254,237); }
div.DivClassName
{
background-color: #24FEED;
}
.BgClassName
{
background-color: #24FEED;
}
</style>
border-color css
<style>
span { border-color: #24FEED; }
span { border-color: rgb(36,254,237); }
td.TdClassName
{
border-color: #24FEED;
}
.TagClassName
{
border-color: #24FEED;
}
</style>