Shades of Dark Turquoise #18C9DC
Tints of Dark Turquoise #18C9DC
RGB
CMYK
RGB Variations
Color information
#18C9DC (or 0x18C9DC) is known color: Dark Turquoise. HEX triplet: 18, C9 and DC. RGB value is (24,201,220). Sum of RGB (Red+Green+Blue) = 24+201+220=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #18C9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C9DC is #E73623. Grayscale: #959595. Windows color (decimal): -15152676 or 14469400. OLE color: 14469400.
HSL color Cylindrical-coordinate representation of color #18C9DC: hue angle of 185.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C9DC is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 201 | 220 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.14 |
| HSL | 185.82º | 0.8% | 0.48% | - |
| HSV(B) | 185.82º | 0.89% | 0.86% | - |
| XYZ | 34.18 | 47.13 | 75.01 | - |
| YUV | 150.24 | 167.36 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 220 | 0.89 | 0.09 | 0 | 0.14 | 185.82 | 0.8 | 0.48 |
| Hex | 18 | C9 | DC | 59 | 9 | 0 | E | BA | 50 | 30 |
| Octal | 30 | 311 | 334 | 131 | 11 | 0 | 16 | 272 | 120 | 60 |
| Binary | 11000 | 11001001 | 11011100 | 1011001 | 1001 | 0 | 1110 | 10111010 | 1010000 | 110000 |
Color Harmonies of #18C9DC
Complementary color
Monochromatic Colors of #18C9DC
Black with #18C9DC
Text Example
Text Example
White with #18C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C9DC; }
p { color: rgb(24,201,220); }
H1.HeaderClassName
{
color: #18C9DC;
}
.AnyTagClassName
{
color: #18C9DC;
}
</style>
background-color css
<style>
a { background-color: #18C9DC; }
a { background-color: rgb(24,201,220); }
div.DivClassName
{
background-color: #18C9DC;
}
.BgClassName
{
background-color: #18C9DC;
}
</style>
border-color css
<style>
span { border-color: #18C9DC; }
span { border-color: rgb(24,201,220); }
td.TdClassName
{
border-color: #18C9DC;
}
.TagClassName
{
border-color: #18C9DC;
}
</style>