Shades of Dark Turquoise #14C6D8
Tints of Dark Turquoise #14C6D8
RGB
CMYK
RGB Variations
Color information
#14C6D8 (or 0x14C6D8) is known color: Dark Turquoise. HEX triplet: 14, C6 and D8. RGB value is (20,198,216). Sum of RGB (Red+Green+Blue) = 20+198+216=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #14C6D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C6D8 is #EB3927. Grayscale: #929292. Windows color (decimal): -15415592 or 14206484. OLE color: 14206484.
HSL color Cylindrical-coordinate representation of color #14C6D8: hue angle of 185.51º 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 #14C6D8 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 198 | 216 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.15 |
| HSL | 185.51º | 0.83% | 0.46% | - |
| HSV(B) | 185.51º | 0.91% | 0.85% | - |
| XYZ | 32.88 | 45.49 | 72.01 | - |
| YUV | 146.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 198 | 216 | 0.91 | 0.08 | 0 | 0.15 | 185.51 | 0.83 | 0.46 |
| Hex | 14 | C6 | D8 | 5B | 8 | 0 | F | BA | 53 | 2E |
| Octal | 24 | 306 | 330 | 133 | 10 | 0 | 17 | 272 | 123 | 56 |
| Binary | 10100 | 11000110 | 11011000 | 1011011 | 1000 | 0 | 1111 | 10111010 | 1010011 | 101110 |
Color Harmonies of #14C6D8
Complementary color
Monochromatic Colors of #14C6D8
Black with #14C6D8
Text Example
Text Example
White with #14C6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C6D8; }
p { color: rgb(20,198,216); }
H1.HeaderClassName
{
color: #14C6D8;
}
.AnyTagClassName
{
color: #14C6D8;
}
</style>
background-color css
<style>
a { background-color: #14C6D8; }
a { background-color: rgb(20,198,216); }
div.DivClassName
{
background-color: #14C6D8;
}
.BgClassName
{
background-color: #14C6D8;
}
</style>
border-color css
<style>
span { border-color: #14C6D8; }
span { border-color: rgb(20,198,216); }
td.TdClassName
{
border-color: #14C6D8;
}
.TagClassName
{
border-color: #14C6D8;
}
</style>