Shades of Dark Turquoise #14D0DC
Tints of Dark Turquoise #14D0DC
RGB
CMYK
RGB Variations
Color information
#14D0DC (or 0x14D0DC) is known color: Dark Turquoise. HEX triplet: 14, D0 and DC. RGB value is (20,208,220). Sum of RGB (Red+Green+Blue) = 20+208+220=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #14D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D0DC is #EB2F23. Grayscale: #989898. Windows color (decimal): -15413028 or 14471188. OLE color: 14471188.
HSL color Cylindrical-coordinate representation of color #14D0DC: hue angle of 183.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D0DC is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 208 | 220 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.14 |
| HSL | 183.6º | 0.83% | 0.47% | - |
| HSV(B) | 183.6º | 0.91% | 0.86% | - |
| XYZ | 35.76 | 50.43 | 75.56 | - |
| YUV | 153.16 | 165.72 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 220 | 0.91 | 0.05 | 0 | 0.14 | 183.6 | 0.83 | 0.47 |
| Hex | 14 | D0 | DC | 5B | 5 | 0 | E | B8 | 53 | 2F |
| Octal | 24 | 320 | 334 | 133 | 5 | 0 | 16 | 270 | 123 | 57 |
| Binary | 10100 | 11010000 | 11011100 | 1011011 | 101 | 0 | 1110 | 10111000 | 1010011 | 101111 |
Color Harmonies of #14D0DC
Complementary color
Monochromatic Colors of #14D0DC
Black with #14D0DC
Text Example
Text Example
White with #14D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D0DC; }
p { color: rgb(20,208,220); }
H1.HeaderClassName
{
color: #14D0DC;
}
.AnyTagClassName
{
color: #14D0DC;
}
</style>
background-color css
<style>
a { background-color: #14D0DC; }
a { background-color: rgb(20,208,220); }
div.DivClassName
{
background-color: #14D0DC;
}
.BgClassName
{
background-color: #14D0DC;
}
</style>
border-color css
<style>
span { border-color: #14D0DC; }
span { border-color: rgb(20,208,220); }
td.TdClassName
{
border-color: #14D0DC;
}
.TagClassName
{
border-color: #14D0DC;
}
</style>