Shades of Bright Turquoise #24DDF8
Tints of Bright Turquoise #24DDF8
RGB
CMYK
RGB Variations
Color information
#24DDF8 (or 0x24DDF8) is known color: Bright Turquoise. HEX triplet: 24, DD and F8. RGB value is (36,221,248). Sum of RGB (Red+Green+Blue) = 36+221+248=505 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.13% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #24DDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DDF8 is #DB2207. Grayscale: #A8A8A8. Windows color (decimal): -14361096 or 16309540. OLE color: 16309540.
HSL color Cylindrical-coordinate representation of color #24DDF8: hue angle of 187.64º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DDF8 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 221 | 248 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.03 |
| HSL | 187.64º | 0.94% | 0.56% | - |
| HSV(B) | 187.64º | 0.85% | 0.97% | - |
| XYZ | 43.53 | 58.87 | 97.87 | - |
| YUV | 168.76 | 172.71 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 248 | 0.85 | 0.11 | 0 | 0.03 | 187.64 | 0.94 | 0.56 |
| Hex | 24 | DD | F8 | 55 | B | 0 | 3 | BC | 5E | 38 |
| Octal | 44 | 335 | 370 | 125 | 13 | 0 | 3 | 274 | 136 | 70 |
| Binary | 100100 | 11011101 | 11111000 | 1010101 | 1011 | 0 | 11 | 10111100 | 1011110 | 111000 |
Color Harmonies of #24DDF8
Complementary color
Monochromatic Colors of #24DDF8
Black with #24DDF8
Text Example
Text Example
White with #24DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDF8; }
p { color: rgb(36,221,248); }
H1.HeaderClassName
{
color: #24DDF8;
}
.AnyTagClassName
{
color: #24DDF8;
}
</style>
background-color css
<style>
a { background-color: #24DDF8; }
a { background-color: rgb(36,221,248); }
div.DivClassName
{
background-color: #24DDF8;
}
.BgClassName
{
background-color: #24DDF8;
}
</style>
border-color css
<style>
span { border-color: #24DDF8; }
span { border-color: rgb(36,221,248); }
td.TdClassName
{
border-color: #24DDF8;
}
.TagClassName
{
border-color: #24DDF8;
}
</style>