Shades of Dark Turquoise #14DBCB
Tints of Dark Turquoise #14DBCB
RGB
CMYK
RGB Variations
Color information
#14DBCB (or 0x14DBCB) is known color: Dark Turquoise. HEX triplet: 14, DB and CB. RGB value is (20,219,203). Sum of RGB (Red+Green+Blue) = 20+219+203=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBCB is #EB2434. Grayscale: #9D9D9D. Windows color (decimal): -15410229 or 13359892. OLE color: 13359892.
HSL color Cylindrical-coordinate representation of color #14DBCB: hue angle of 175.18º 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 #14DBCB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 203 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.14 |
| HSL | 175.18º | 0.83% | 0.47% | - |
| HSV(B) | 175.18º | 0.91% | 0.86% | - |
| XYZ | 36.4 | 55.12 | 65.22 | - |
| YUV | 157.68 | 153.57 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 203 | 0.91 | 0 | 0.07 | 0.14 | 175.18 | 0.83 | 0.47 |
| Hex | 14 | DB | CB | 5B | 0 | 7 | E | AF | 53 | 2F |
| Octal | 24 | 333 | 313 | 133 | 0 | 7 | 16 | 257 | 123 | 57 |
| Binary | 10100 | 11011011 | 11001011 | 1011011 | 0 | 111 | 1110 | 10101111 | 1010011 | 101111 |
Color Harmonies of #14DBCB
Complementary color
Monochromatic Colors of #14DBCB
Black with #14DBCB
Text Example
Text Example
White with #14DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBCB; }
p { color: rgb(20,219,203); }
H1.HeaderClassName
{
color: #14DBCB;
}
.AnyTagClassName
{
color: #14DBCB;
}
</style>
background-color css
<style>
a { background-color: #14DBCB; }
a { background-color: rgb(20,219,203); }
div.DivClassName
{
background-color: #14DBCB;
}
.BgClassName
{
background-color: #14DBCB;
}
</style>
border-color css
<style>
span { border-color: #14DBCB; }
span { border-color: rgb(20,219,203); }
td.TdClassName
{
border-color: #14DBCB;
}
.TagClassName
{
border-color: #14DBCB;
}
</style>