Shades of Dark Turquoise #18D0DC
Tints of Dark Turquoise #18D0DC
RGB
CMYK
RGB Variations
Color information
#18D0DC (or 0x18D0DC) is known color: Dark Turquoise. HEX triplet: 18, D0 and DC. RGB value is (24,208,220). Sum of RGB (Red+Green+Blue) = 24+208+220=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #18D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D0DC is #E72F23. Grayscale: #9A9A9A. Windows color (decimal): -15150884 or 14471192. OLE color: 14471192.
HSL color Cylindrical-coordinate representation of color #18D0DC: hue angle of 183.67º 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 #18D0DC is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 208 | 220 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.14 |
| HSL | 183.67º | 0.8% | 0.48% | - |
| HSV(B) | 183.67º | 0.89% | 0.86% | - |
| XYZ | 35.85 | 50.47 | 75.56 | - |
| YUV | 154.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 220 | 0.89 | 0.05 | 0 | 0.14 | 183.67 | 0.8 | 0.48 |
| Hex | 18 | D0 | DC | 59 | 5 | 0 | E | B8 | 50 | 30 |
| Octal | 30 | 320 | 334 | 131 | 5 | 0 | 16 | 270 | 120 | 60 |
| Binary | 11000 | 11010000 | 11011100 | 1011001 | 101 | 0 | 1110 | 10111000 | 1010000 | 110000 |
Color Harmonies of #18D0DC
Complementary color
Monochromatic Colors of #18D0DC
Black with #18D0DC
Text Example
Text Example
White with #18D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D0DC; }
p { color: rgb(24,208,220); }
H1.HeaderClassName
{
color: #18D0DC;
}
.AnyTagClassName
{
color: #18D0DC;
}
</style>
background-color css
<style>
a { background-color: #18D0DC; }
a { background-color: rgb(24,208,220); }
div.DivClassName
{
background-color: #18D0DC;
}
.BgClassName
{
background-color: #18D0DC;
}
</style>
border-color css
<style>
span { border-color: #18D0DC; }
span { border-color: rgb(24,208,220); }
td.TdClassName
{
border-color: #18D0DC;
}
.TagClassName
{
border-color: #18D0DC;
}
</style>