Shades of Bright Turquoise #24D3EF
Tints of Bright Turquoise #24D3EF
RGB
CMYK
RGB Variations
Color information
#24D3EF (or 0x24D3EF) is known color: Bright Turquoise. HEX triplet: 24, D3 and EF. RGB value is (36,211,239). Sum of RGB (Red+Green+Blue) = 36+211+239=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #24D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D3EF is #DB2C10. Grayscale: #A1A1A1. Windows color (decimal): -14363665 or 15717156. OLE color: 15717156.
HSL color Cylindrical-coordinate representation of color #24D3EF: hue angle of 188.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D3EF is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 211 | 239 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.06 |
| HSL | 188.28º | 0.86% | 0.54% | - |
| HSV(B) | 188.28º | 0.85% | 0.94% | - |
| XYZ | 39.6 | 53.2 | 89.84 | - |
| YUV | 161.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 211 | 239 | 0.85 | 0.12 | 0 | 0.06 | 188.28 | 0.86 | 0.54 |
| Hex | 24 | D3 | EF | 55 | C | 0 | 6 | BC | 56 | 36 |
| Octal | 44 | 323 | 357 | 125 | 14 | 0 | 6 | 274 | 126 | 66 |
| Binary | 100100 | 11010011 | 11101111 | 1010101 | 1100 | 0 | 110 | 10111100 | 1010110 | 110110 |
Color Harmonies of #24D3EF
Complementary color
Monochromatic Colors of #24D3EF
Black with #24D3EF
Text Example
Text Example
White with #24D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D3EF; }
p { color: rgb(36,211,239); }
H1.HeaderClassName
{
color: #24D3EF;
}
.AnyTagClassName
{
color: #24D3EF;
}
</style>
background-color css
<style>
a { background-color: #24D3EF; }
a { background-color: rgb(36,211,239); }
div.DivClassName
{
background-color: #24D3EF;
}
.BgClassName
{
background-color: #24D3EF;
}
</style>
border-color css
<style>
span { border-color: #24D3EF; }
span { border-color: rgb(36,211,239); }
td.TdClassName
{
border-color: #24D3EF;
}
.TagClassName
{
border-color: #24D3EF;
}
</style>