Shades of Turquoise #24CDD1
Tints of Turquoise #24CDD1
RGB
CMYK
RGB Variations
Color information
#24CDD1 (or 0x24CDD1) is known color: Turquoise. HEX triplet: 24, CD and D1. RGB value is (36,205,209). Sum of RGB (Red+Green+Blue) = 36+205+209=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #24CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDD1 is #DB322E. Grayscale: #9A9A9A. Windows color (decimal): -14365231 or 13749540. OLE color: 13749540.
HSL color Cylindrical-coordinate representation of color #24CDD1: hue angle of 181.39º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CDD1 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 205 | 209 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.18 |
| HSL | 181.39º | 0.71% | 0.48% | - |
| HSV(B) | 181.39º | 0.83% | 0.82% | - |
| XYZ | 34.07 | 48.64 | 67.91 | - |
| YUV | 154.93 | 158.51 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 209 | 0.83 | 0.02 | 0 | 0.18 | 181.39 | 0.71 | 0.48 |
| Hex | 24 | CD | D1 | 53 | 2 | 0 | 12 | B5 | 47 | 30 |
| Octal | 44 | 315 | 321 | 123 | 2 | 0 | 22 | 265 | 107 | 60 |
| Binary | 100100 | 11001101 | 11010001 | 1010011 | 10 | 0 | 10010 | 10110101 | 1000111 | 110000 |
Color Harmonies of #24CDD1
Complementary color
Monochromatic Colors of #24CDD1
Black with #24CDD1
Text Example
Text Example
White with #24CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDD1; }
p { color: rgb(36,205,209); }
H1.HeaderClassName
{
color: #24CDD1;
}
.AnyTagClassName
{
color: #24CDD1;
}
</style>
background-color css
<style>
a { background-color: #24CDD1; }
a { background-color: rgb(36,205,209); }
div.DivClassName
{
background-color: #24CDD1;
}
.BgClassName
{
background-color: #24CDD1;
}
</style>
border-color css
<style>
span { border-color: #24CDD1; }
span { border-color: rgb(36,205,209); }
td.TdClassName
{
border-color: #24CDD1;
}
.TagClassName
{
border-color: #24CDD1;
}
</style>