Shades of Bright Turquoise #24DDF5
Tints of Bright Turquoise #24DDF5
RGB
CMYK
RGB Variations
Color information
#24DDF5 (or 0x24DDF5) is known color: Bright Turquoise. HEX triplet: 24, DD and F5. RGB value is (36,221,245). Sum of RGB (Red+Green+Blue) = 36+221+245=502 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.17% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #24DDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DDF5 is #DB220A. Grayscale: #A8A8A8. Windows color (decimal): -14361099 or 16112932. OLE color: 16112932.
HSL color Cylindrical-coordinate representation of color #24DDF5: hue angle of 186.89º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DDF5 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 221 | 245 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.04 |
| HSL | 186.89º | 0.91% | 0.55% | - |
| HSV(B) | 186.89º | 0.85% | 0.96% | - |
| XYZ | 43.07 | 58.68 | 95.44 | - |
| YUV | 168.42 | 171.21 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 245 | 0.85 | 0.10 | 0 | 0.04 | 186.89 | 0.91 | 0.55 |
| Hex | 24 | DD | F5 | 55 | A | 0 | 4 | BB | 5B | 37 |
| Octal | 44 | 335 | 365 | 125 | 12 | 0 | 4 | 273 | 133 | 67 |
| Binary | 100100 | 11011101 | 11110101 | 1010101 | 1010 | 0 | 100 | 10111011 | 1011011 | 110111 |
Color Harmonies of #24DDF5
Complementary color
Monochromatic Colors of #24DDF5
Black with #24DDF5
Text Example
Text Example
White with #24DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDF5; }
p { color: rgb(36,221,245); }
H1.HeaderClassName
{
color: #24DDF5;
}
.AnyTagClassName
{
color: #24DDF5;
}
</style>
background-color css
<style>
a { background-color: #24DDF5; }
a { background-color: rgb(36,221,245); }
div.DivClassName
{
background-color: #24DDF5;
}
.BgClassName
{
background-color: #24DDF5;
}
</style>
border-color css
<style>
span { border-color: #24DDF5; }
span { border-color: rgb(36,221,245); }
td.TdClassName
{
border-color: #24DDF5;
}
.TagClassName
{
border-color: #24DDF5;
}
</style>