Shades of Dark Turquoise #14D2DA
Tints of Dark Turquoise #14D2DA
RGB
CMYK
RGB Variations
Color information
#14D2DA (or 0x14D2DA) is known color: Dark Turquoise. HEX triplet: 14, D2 and DA. RGB value is (20,210,218). Sum of RGB (Red+Green+Blue) = 20+210+218=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #14D2DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D2DA is #EB2D25. Grayscale: #999999. Windows color (decimal): -15412518 or 14340628. OLE color: 14340628.
HSL color Cylindrical-coordinate representation of color #14D2DA: hue angle of 182.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D2DA is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 210 | 218 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.15 |
| HSL | 182.42º | 0.83% | 0.47% | - |
| HSV(B) | 182.42º | 0.91% | 0.85% | - |
| XYZ | 35.99 | 51.3 | 74.34 | - |
| YUV | 154.1 | 164.05 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 218 | 0.91 | 0.04 | 0 | 0.15 | 182.42 | 0.83 | 0.47 |
| Hex | 14 | D2 | DA | 5B | 4 | 0 | F | B6 | 53 | 2F |
| Octal | 24 | 322 | 332 | 133 | 4 | 0 | 17 | 266 | 123 | 57 |
| Binary | 10100 | 11010010 | 11011010 | 1011011 | 100 | 0 | 1111 | 10110110 | 1010011 | 101111 |
Color Harmonies of #14D2DA
Complementary color
Monochromatic Colors of #14D2DA
Black with #14D2DA
Text Example
Text Example
White with #14D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D2DA; }
p { color: rgb(20,210,218); }
H1.HeaderClassName
{
color: #14D2DA;
}
.AnyTagClassName
{
color: #14D2DA;
}
</style>
background-color css
<style>
a { background-color: #14D2DA; }
a { background-color: rgb(20,210,218); }
div.DivClassName
{
background-color: #14D2DA;
}
.BgClassName
{
background-color: #14D2DA;
}
</style>
border-color css
<style>
span { border-color: #14D2DA; }
span { border-color: rgb(20,210,218); }
td.TdClassName
{
border-color: #14D2DA;
}
.TagClassName
{
border-color: #14D2DA;
}
</style>