Shades of Dark Turquoise #14C8DF
Tints of Dark Turquoise #14C8DF
RGB
CMYK
RGB Variations
Color information
#14C8DF (or 0x14C8DF) is known color: Dark Turquoise. HEX triplet: 14, C8 and DF. RGB value is (20,200,223). Sum of RGB (Red+Green+Blue) = 20+200+223=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #14C8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C8DF is #EB3720. Grayscale: #949494. Windows color (decimal): -15415073 or 14665748. OLE color: 14665748.
HSL color Cylindrical-coordinate representation of color #14C8DF: hue angle of 186.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14C8DF is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 200 | 223 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.13 |
| HSL | 186.8º | 0.84% | 0.48% | - |
| HSV(B) | 186.8º | 0.91% | 0.87% | - |
| XYZ | 34.26 | 46.78 | 77.04 | - |
| YUV | 148.8 | 169.87 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 223 | 0.91 | 0.10 | 0 | 0.13 | 186.8 | 0.84 | 0.48 |
| Hex | 14 | C8 | DF | 5B | A | 0 | D | BB | 54 | 30 |
| Octal | 24 | 310 | 337 | 133 | 12 | 0 | 15 | 273 | 124 | 60 |
| Binary | 10100 | 11001000 | 11011111 | 1011011 | 1010 | 0 | 1101 | 10111011 | 1010100 | 110000 |
Color Harmonies of #14C8DF
Complementary color
Monochromatic Colors of #14C8DF
Black with #14C8DF
Text Example
Text Example
White with #14C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C8DF; }
p { color: rgb(20,200,223); }
H1.HeaderClassName
{
color: #14C8DF;
}
.AnyTagClassName
{
color: #14C8DF;
}
</style>
background-color css
<style>
a { background-color: #14C8DF; }
a { background-color: rgb(20,200,223); }
div.DivClassName
{
background-color: #14C8DF;
}
.BgClassName
{
background-color: #14C8DF;
}
</style>
border-color css
<style>
span { border-color: #14C8DF; }
span { border-color: rgb(20,200,223); }
td.TdClassName
{
border-color: #14C8DF;
}
.TagClassName
{
border-color: #14C8DF;
}
</style>