Shades of Bright Turquoise #24E7DF
Tints of Bright Turquoise #24E7DF
RGB
CMYK
RGB Variations
Color information
#24E7DF (or 0x24E7DF) is known color: Bright Turquoise. HEX triplet: 24, E7 and DF. RGB value is (36,231,223). Sum of RGB (Red+Green+Blue) = 36+231+223=490 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.35% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #24E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E7DF is #DB1820. Grayscale: #ABABAB. Windows color (decimal): -14358561 or 14673700. OLE color: 14673700.
HSL color Cylindrical-coordinate representation of color #24E7DF: hue angle of 177.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E7DF is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 231 | 223 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.09 |
| HSL | 177.54º | 0.8% | 0.52% | - |
| HSV(B) | 177.54º | 0.84% | 0.91% | - |
| XYZ | 42.62 | 62.85 | 79.7 | - |
| YUV | 171.78 | 156.9 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 231 | 223 | 0.84 | 0 | 0.03 | 0.09 | 177.54 | 0.8 | 0.52 |
| Hex | 24 | E7 | DF | 54 | 0 | 3 | 9 | B2 | 50 | 34 |
| Octal | 44 | 347 | 337 | 124 | 0 | 3 | 11 | 262 | 120 | 64 |
| Binary | 100100 | 11100111 | 11011111 | 1010100 | 0 | 11 | 1001 | 10110010 | 1010000 | 110100 |
Color Harmonies of #24E7DF
Complementary color
Monochromatic Colors of #24E7DF
Black with #24E7DF
Text Example
Text Example
White with #24E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E7DF; }
p { color: rgb(36,231,223); }
H1.HeaderClassName
{
color: #24E7DF;
}
.AnyTagClassName
{
color: #24E7DF;
}
</style>
background-color css
<style>
a { background-color: #24E7DF; }
a { background-color: rgb(36,231,223); }
div.DivClassName
{
background-color: #24E7DF;
}
.BgClassName
{
background-color: #24E7DF;
}
</style>
border-color css
<style>
span { border-color: #24E7DF; }
span { border-color: rgb(36,231,223); }
td.TdClassName
{
border-color: #24E7DF;
}
.TagClassName
{
border-color: #24E7DF;
}
</style>