Shades of Bright Turquoise #24EADF
Tints of Bright Turquoise #24EADF
RGB
CMYK
RGB Variations
Color information
#24EADF (or 0x24EADF) is known color: Bright Turquoise. HEX triplet: 24, EA and DF. RGB value is (36,234,223). Sum of RGB (Red+Green+Blue) = 36+234+223=493 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.30% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #24EADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EADF is #DB1520. Grayscale: #ADADAD. Windows color (decimal): -14357793 or 14674468. OLE color: 14674468.
HSL color Cylindrical-coordinate representation of color #24EADF: hue angle of 176.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EADF is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 234 | 223 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.08 |
| HSL | 176.67º | 0.83% | 0.53% | - |
| HSV(B) | 176.67º | 0.85% | 0.92% | - |
| XYZ | 43.47 | 64.55 | 79.98 | - |
| YUV | 173.54 | 155.9 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 234 | 223 | 0.85 | 0 | 0.05 | 0.08 | 176.67 | 0.83 | 0.53 |
| Hex | 24 | EA | DF | 55 | 0 | 5 | 8 | B1 | 52 | 35 |
| Octal | 44 | 352 | 337 | 125 | 0 | 5 | 10 | 261 | 122 | 65 |
| Binary | 100100 | 11101010 | 11011111 | 1010101 | 0 | 101 | 1000 | 10110001 | 1010010 | 110101 |
Color Harmonies of #24EADF
Complementary color
Monochromatic Colors of #24EADF
Black with #24EADF
Text Example
Text Example
White with #24EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EADF; }
p { color: rgb(36,234,223); }
H1.HeaderClassName
{
color: #24EADF;
}
.AnyTagClassName
{
color: #24EADF;
}
</style>
background-color css
<style>
a { background-color: #24EADF; }
a { background-color: rgb(36,234,223); }
div.DivClassName
{
background-color: #24EADF;
}
.BgClassName
{
background-color: #24EADF;
}
</style>
border-color css
<style>
span { border-color: #24EADF; }
span { border-color: rgb(36,234,223); }
td.TdClassName
{
border-color: #24EADF;
}
.TagClassName
{
border-color: #24EADF;
}
</style>