Shades of Bright Turquoise #24DAE6
Tints of Bright Turquoise #24DAE6
RGB
CMYK
RGB Variations
Color information
#24DAE6 (or 0x24DAE6) is known color: Bright Turquoise. HEX triplet: 24, DA and E6. RGB value is (36,218,230). Sum of RGB (Red+Green+Blue) = 36+218+230=484 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.44% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #24DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DAE6 is #DB2519. Grayscale: #A4A4A4. Windows color (decimal): -14361882 or 15129124. OLE color: 15129124.
HSL color Cylindrical-coordinate representation of color #24DAE6: hue angle of 183.71º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DAE6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 218 | 230 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.10 |
| HSL | 183.71º | 0.8% | 0.52% | - |
| HSV(B) | 183.71º | 0.84% | 0.9% | - |
| XYZ | 40.08 | 56.23 | 83.6 | - |
| YUV | 164.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 218 | 230 | 0.84 | 0.05 | 0 | 0.10 | 183.71 | 0.8 | 0.52 |
| Hex | 24 | DA | E6 | 54 | 5 | 0 | A | B8 | 50 | 34 |
| Octal | 44 | 332 | 346 | 124 | 5 | 0 | 12 | 270 | 120 | 64 |
| Binary | 100100 | 11011010 | 11100110 | 1010100 | 101 | 0 | 1010 | 10111000 | 1010000 | 110100 |
Color Harmonies of #24DAE6
Complementary color
Monochromatic Colors of #24DAE6
Black with #24DAE6
Text Example
Text Example
White with #24DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DAE6; }
p { color: rgb(36,218,230); }
H1.HeaderClassName
{
color: #24DAE6;
}
.AnyTagClassName
{
color: #24DAE6;
}
</style>
background-color css
<style>
a { background-color: #24DAE6; }
a { background-color: rgb(36,218,230); }
div.DivClassName
{
background-color: #24DAE6;
}
.BgClassName
{
background-color: #24DAE6;
}
</style>
border-color css
<style>
span { border-color: #24DAE6; }
span { border-color: rgb(36,218,230); }
td.TdClassName
{
border-color: #24DAE6;
}
.TagClassName
{
border-color: #24DAE6;
}
</style>