Shades of Dark Turquoise #14D6D8
Tints of Dark Turquoise #14D6D8
RGB
CMYK
RGB Variations
Color information
#14D6D8 (or 0x14D6D8) is known color: Dark Turquoise. HEX triplet: 14, D6 and D8. RGB value is (20,214,216). Sum of RGB (Red+Green+Blue) = 20+214+216=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #14D6D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6D8 is #EB2927. Grayscale: #9C9C9C. Windows color (decimal): -15411496 or 14210580. OLE color: 14210580.
HSL color Cylindrical-coordinate representation of color #14D6D8: hue angle of 180.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D6D8 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 214 | 216 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.15 |
| HSL | 180.61º | 0.83% | 0.46% | - |
| HSV(B) | 180.61º | 0.91% | 0.85% | - |
| XYZ | 36.73 | 53.2 | 73.3 | - |
| YUV | 156.22 | 161.73 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 216 | 0.91 | 0.01 | 0 | 0.15 | 180.61 | 0.83 | 0.46 |
| Hex | 14 | D6 | D8 | 5B | 1 | 0 | F | B5 | 53 | 2E |
| Octal | 24 | 326 | 330 | 133 | 1 | 0 | 17 | 265 | 123 | 56 |
| Binary | 10100 | 11010110 | 11011000 | 1011011 | 1 | 0 | 1111 | 10110101 | 1010011 | 101110 |
Color Harmonies of #14D6D8
Complementary color
Monochromatic Colors of #14D6D8
Black with #14D6D8
Text Example
Text Example
White with #14D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D6D8; }
p { color: rgb(20,214,216); }
H1.HeaderClassName
{
color: #14D6D8;
}
.AnyTagClassName
{
color: #14D6D8;
}
</style>
background-color css
<style>
a { background-color: #14D6D8; }
a { background-color: rgb(20,214,216); }
div.DivClassName
{
background-color: #14D6D8;
}
.BgClassName
{
background-color: #14D6D8;
}
</style>
border-color css
<style>
span { border-color: #14D6D8; }
span { border-color: rgb(20,214,216); }
td.TdClassName
{
border-color: #14D6D8;
}
.TagClassName
{
border-color: #14D6D8;
}
</style>