Shades of Dark Turquoise #18CCD1
Tints of Dark Turquoise #18CCD1
RGB
CMYK
RGB Variations
Color information
#18CCD1 (or 0x18CCD1) is known color: Dark Turquoise. HEX triplet: 18, CC and D1. RGB value is (24,204,209). Sum of RGB (Red+Green+Blue) = 24+204+209=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #18CCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCD1 is #E7332E. Grayscale: #969696. Windows color (decimal): -15151919 or 13749272. OLE color: 13749272.
HSL color Cylindrical-coordinate representation of color #18CCD1: hue angle of 181.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CCD1 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 204 | 209 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.18 |
| HSL | 181.62º | 0.79% | 0.46% | - |
| HSV(B) | 181.62º | 0.89% | 0.82% | - |
| XYZ | 33.48 | 47.98 | 67.82 | - |
| YUV | 150.75 | 160.87 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 209 | 0.89 | 0.02 | 0 | 0.18 | 181.62 | 0.79 | 0.46 |
| Hex | 18 | CC | D1 | 59 | 2 | 0 | 12 | B6 | 4F | 2E |
| Octal | 30 | 314 | 321 | 131 | 2 | 0 | 22 | 266 | 117 | 56 |
| Binary | 11000 | 11001100 | 11010001 | 1011001 | 10 | 0 | 10010 | 10110110 | 1001111 | 101110 |
Color Harmonies of #18CCD1
Complementary color
Monochromatic Colors of #18CCD1
Black with #18CCD1
Text Example
Text Example
White with #18CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCD1; }
p { color: rgb(24,204,209); }
H1.HeaderClassName
{
color: #18CCD1;
}
.AnyTagClassName
{
color: #18CCD1;
}
</style>
background-color css
<style>
a { background-color: #18CCD1; }
a { background-color: rgb(24,204,209); }
div.DivClassName
{
background-color: #18CCD1;
}
.BgClassName
{
background-color: #18CCD1;
}
</style>
border-color css
<style>
span { border-color: #18CCD1; }
span { border-color: rgb(24,204,209); }
td.TdClassName
{
border-color: #18CCD1;
}
.TagClassName
{
border-color: #18CCD1;
}
</style>