Shades of Bright Turquoise #24FEDD
Tints of Bright Turquoise #24FEDD
RGB
CMYK
RGB Variations
Color information
#24FEDD (or 0x24FEDD) is known color: Bright Turquoise. HEX triplet: 24, FE and DD. RGB value is (36,254,221). Sum of RGB (Red+Green+Blue) = 36+254+221=511 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.05% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #24FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FEDD is #DB0122. Grayscale: #B8B8B8. Windows color (decimal): -14352675 or 14548516. OLE color: 14548516.
HSL color Cylindrical-coordinate representation of color #24FEDD: hue angle of 170.92º 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 #24FEDD is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 221 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.00 |
| HSL | 170.92º | 0.99% | 0.57% | - |
| HSV(B) | 170.92º | 0.86% | 1% | - |
| XYZ | 49.22 | 76.48 | 80.57 | - |
| YUV | 185.06 | 148.28 | 21.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 221 | 0.86 | 0 | 0.13 | 0.00 | 170.92 | 0.99 | 0.57 |
| Hex | 24 | FE | DD | 56 | 0 | D | 0 | AB | 63 | 39 |
| Octal | 44 | 376 | 335 | 126 | 0 | 15 | 0 | 253 | 143 | 71 |
| Binary | 100100 | 11111110 | 11011101 | 1010110 | 0 | 1101 | 0 | 10101011 | 1100011 | 111001 |
Color Harmonies of #24FEDD
Complementary color
Monochromatic Colors of #24FEDD
Black with #24FEDD
Text Example
Text Example
White with #24FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FEDD; }
p { color: rgb(36,254,221); }
H1.HeaderClassName
{
color: #24FEDD;
}
.AnyTagClassName
{
color: #24FEDD;
}
</style>
background-color css
<style>
a { background-color: #24FEDD; }
a { background-color: rgb(36,254,221); }
div.DivClassName
{
background-color: #24FEDD;
}
.BgClassName
{
background-color: #24FEDD;
}
</style>
border-color css
<style>
span { border-color: #24FEDD; }
span { border-color: rgb(36,254,221); }
td.TdClassName
{
border-color: #24FEDD;
}
.TagClassName
{
border-color: #24FEDD;
}
</style>