Shades of Dark Turquoise #18CCDD
Tints of Dark Turquoise #18CCDD
RGB
CMYK
RGB Variations
Color information
#18CCDD (or 0x18CCDD) is known color: Dark Turquoise. HEX triplet: 18, CC and DD. RGB value is (24,204,221). Sum of RGB (Red+Green+Blue) = 24+204+221=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #18CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCDD is #E73322. Grayscale: #979797. Windows color (decimal): -15151907 or 14535704. OLE color: 14535704.
HSL color Cylindrical-coordinate representation of color #18CCDD: hue angle of 185.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CCDD is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 204 | 221 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.13 |
| HSL | 185.18º | 0.8% | 0.48% | - |
| HSV(B) | 185.18º | 0.89% | 0.87% | - |
| XYZ | 35.02 | 48.6 | 75.94 | - |
| YUV | 152.12 | 166.87 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 221 | 0.89 | 0.08 | 0 | 0.13 | 185.18 | 0.8 | 0.48 |
| Hex | 18 | CC | DD | 59 | 8 | 0 | D | B9 | 50 | 30 |
| Octal | 30 | 314 | 335 | 131 | 10 | 0 | 15 | 271 | 120 | 60 |
| Binary | 11000 | 11001100 | 11011101 | 1011001 | 1000 | 0 | 1101 | 10111001 | 1010000 | 110000 |
Color Harmonies of #18CCDD
Complementary color
Monochromatic Colors of #18CCDD
Black with #18CCDD
Text Example
Text Example
White with #18CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCDD; }
p { color: rgb(24,204,221); }
H1.HeaderClassName
{
color: #18CCDD;
}
.AnyTagClassName
{
color: #18CCDD;
}
</style>
background-color css
<style>
a { background-color: #18CCDD; }
a { background-color: rgb(24,204,221); }
div.DivClassName
{
background-color: #18CCDD;
}
.BgClassName
{
background-color: #18CCDD;
}
</style>
border-color css
<style>
span { border-color: #18CCDD; }
span { border-color: rgb(24,204,221); }
td.TdClassName
{
border-color: #18CCDD;
}
.TagClassName
{
border-color: #18CCDD;
}
</style>