Shades of Dark Turquoise #14C8D1
Tints of Dark Turquoise #14C8D1
RGB
CMYK
RGB Variations
Color information
#14C8D1 (or 0x14C8D1) is known color: Dark Turquoise. HEX triplet: 14, C8 and D1. RGB value is (20,200,209). Sum of RGB (Red+Green+Blue) = 20+200+209=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #14C8D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C8D1 is #EB372E. Grayscale: #929292. Windows color (decimal): -15415087 or 13748244. OLE color: 13748244.
HSL color Cylindrical-coordinate representation of color #14C8D1: hue angle of 182.86º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C8D1 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 200 | 209 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.18 |
| HSL | 182.86º | 0.83% | 0.45% | - |
| HSV(B) | 182.86º | 0.9% | 0.82% | - |
| XYZ | 32.45 | 46.06 | 67.5 | - |
| YUV | 147.21 | 162.87 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 209 | 0.90 | 0.04 | 0 | 0.18 | 182.86 | 0.83 | 0.45 |
| Hex | 14 | C8 | D1 | 5A | 4 | 0 | 12 | B7 | 53 | 2D |
| Octal | 24 | 310 | 321 | 132 | 4 | 0 | 22 | 267 | 123 | 55 |
| Binary | 10100 | 11001000 | 11010001 | 1011010 | 100 | 0 | 10010 | 10110111 | 1010011 | 101101 |
Color Harmonies of #14C8D1
Complementary color
Monochromatic Colors of #14C8D1
Black with #14C8D1
Text Example
Text Example
White with #14C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C8D1; }
p { color: rgb(20,200,209); }
H1.HeaderClassName
{
color: #14C8D1;
}
.AnyTagClassName
{
color: #14C8D1;
}
</style>
background-color css
<style>
a { background-color: #14C8D1; }
a { background-color: rgb(20,200,209); }
div.DivClassName
{
background-color: #14C8D1;
}
.BgClassName
{
background-color: #14C8D1;
}
</style>
border-color css
<style>
span { border-color: #14C8D1; }
span { border-color: rgb(20,200,209); }
td.TdClassName
{
border-color: #14C8D1;
}
.TagClassName
{
border-color: #14C8D1;
}
</style>