Shades of Dark Turquoise #24CDD8
Tints of Dark Turquoise #24CDD8
RGB
CMYK
RGB Variations
Color information
#24CDD8 (or 0x24CDD8) is known color: Dark Turquoise. HEX triplet: 24, CD and D8. RGB value is (36,205,216). Sum of RGB (Red+Green+Blue) = 36+205+216=457 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.88% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #24CDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDD8 is #DB3227. Grayscale: #9B9B9B. Windows color (decimal): -14365224 or 14208292. OLE color: 14208292.
HSL color Cylindrical-coordinate representation of color #24CDD8: hue angle of 183.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CDD8 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 205 | 216 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.15 |
| HSL | 183.67º | 0.71% | 0.49% | - |
| HSV(B) | 183.67º | 0.83% | 0.85% | - |
| XYZ | 34.95 | 49 | 72.58 | - |
| YUV | 155.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 216 | 0.83 | 0.05 | 0 | 0.15 | 183.67 | 0.71 | 0.49 |
| Hex | 24 | CD | D8 | 53 | 5 | 0 | F | B8 | 47 | 31 |
| Octal | 44 | 315 | 330 | 123 | 5 | 0 | 17 | 270 | 107 | 61 |
| Binary | 100100 | 11001101 | 11011000 | 1010011 | 101 | 0 | 1111 | 10111000 | 1000111 | 110001 |
Color Harmonies of #24CDD8
Complementary color
Monochromatic Colors of #24CDD8
Black with #24CDD8
Text Example
Text Example
White with #24CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDD8; }
p { color: rgb(36,205,216); }
H1.HeaderClassName
{
color: #24CDD8;
}
.AnyTagClassName
{
color: #24CDD8;
}
</style>
background-color css
<style>
a { background-color: #24CDD8; }
a { background-color: rgb(36,205,216); }
div.DivClassName
{
background-color: #24CDD8;
}
.BgClassName
{
background-color: #24CDD8;
}
</style>
border-color css
<style>
span { border-color: #24CDD8; }
span { border-color: rgb(36,205,216); }
td.TdClassName
{
border-color: #24CDD8;
}
.TagClassName
{
border-color: #24CDD8;
}
</style>