Shades of Bright Turquoise #24ECDF
Tints of Bright Turquoise #24ECDF
RGB
CMYK
RGB Variations
Color information
#24ECDF (or 0x24ECDF) is known color: Bright Turquoise. HEX triplet: 24, EC and DF. RGB value is (36,236,223). Sum of RGB (Red+Green+Blue) = 36+236+223=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECDF is #DB1320. Grayscale: #AEAEAE. Windows color (decimal): -14357281 or 14674980. OLE color: 14674980.
HSL color Cylindrical-coordinate representation of color #24ECDF: hue angle of 176.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECDF is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 223 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.07 |
| HSL | 176.1º | 0.84% | 0.53% | - |
| HSV(B) | 176.1º | 0.85% | 0.93% | - |
| XYZ | 44.04 | 65.69 | 80.17 | - |
| YUV | 174.72 | 155.24 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 223 | 0.85 | 0 | 0.06 | 0.07 | 176.1 | 0.84 | 0.53 |
| Hex | 24 | EC | DF | 55 | 0 | 6 | 7 | B0 | 54 | 35 |
| Octal | 44 | 354 | 337 | 125 | 0 | 6 | 7 | 260 | 124 | 65 |
| Binary | 100100 | 11101100 | 11011111 | 1010101 | 0 | 110 | 111 | 10110000 | 1010100 | 110101 |
Color Harmonies of #24ECDF
Complementary color
Monochromatic Colors of #24ECDF
Black with #24ECDF
Text Example
Text Example
White with #24ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECDF; }
p { color: rgb(36,236,223); }
H1.HeaderClassName
{
color: #24ECDF;
}
.AnyTagClassName
{
color: #24ECDF;
}
</style>
background-color css
<style>
a { background-color: #24ECDF; }
a { background-color: rgb(36,236,223); }
div.DivClassName
{
background-color: #24ECDF;
}
.BgClassName
{
background-color: #24ECDF;
}
</style>
border-color css
<style>
span { border-color: #24ECDF; }
span { border-color: rgb(36,236,223); }
td.TdClassName
{
border-color: #24ECDF;
}
.TagClassName
{
border-color: #24ECDF;
}
</style>