Shades of Dark Turquoise #18C1D9
Tints of Dark Turquoise #18C1D9
RGB
CMYK
RGB Variations
Color information
#18C1D9 (or 0x18C1D9) is known color: Dark Turquoise. HEX triplet: 18, C1 and D9. RGB value is (24,193,217). Sum of RGB (Red+Green+Blue) = 24+193+217=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #18C1D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C1D9 is #E73E26. Grayscale: #909090. Windows color (decimal): -15154727 or 14270744. OLE color: 14270744.
HSL color Cylindrical-coordinate representation of color #18C1D9: hue angle of 187.46º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C1D9 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 193 | 217 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.15 |
| HSL | 187.46º | 0.8% | 0.47% | - |
| HSV(B) | 187.46º | 0.89% | 0.85% | - |
| XYZ | 31.97 | 43.34 | 72.33 | - |
| YUV | 145.21 | 168.51 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 217 | 0.89 | 0.11 | 0 | 0.15 | 187.46 | 0.8 | 0.47 |
| Hex | 18 | C1 | D9 | 59 | B | 0 | F | BB | 50 | 2F |
| Octal | 30 | 301 | 331 | 131 | 13 | 0 | 17 | 273 | 120 | 57 |
| Binary | 11000 | 11000001 | 11011001 | 1011001 | 1011 | 0 | 1111 | 10111011 | 1010000 | 101111 |
Color Harmonies of #18C1D9
Complementary color
Monochromatic Colors of #18C1D9
Black with #18C1D9
Text Example
Text Example
White with #18C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C1D9; }
p { color: rgb(24,193,217); }
H1.HeaderClassName
{
color: #18C1D9;
}
.AnyTagClassName
{
color: #18C1D9;
}
</style>
background-color css
<style>
a { background-color: #18C1D9; }
a { background-color: rgb(24,193,217); }
div.DivClassName
{
background-color: #18C1D9;
}
.BgClassName
{
background-color: #18C1D9;
}
</style>
border-color css
<style>
span { border-color: #18C1D9; }
span { border-color: rgb(24,193,217); }
td.TdClassName
{
border-color: #18C1D9;
}
.TagClassName
{
border-color: #18C1D9;
}
</style>