Shades of Bright Turquoise #14DBCC
Tints of Bright Turquoise #14DBCC
RGB
CMYK
RGB Variations
Color information
#14DBCC (or 0x14DBCC) is known color: Bright Turquoise. HEX triplet: 14, DB and CC. RGB value is (20,219,204). Sum of RGB (Red+Green+Blue) = 20+219+204=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBCC is #EB2433. Grayscale: #9D9D9D. Windows color (decimal): -15410228 or 13425428. OLE color: 13425428.
HSL color Cylindrical-coordinate representation of color #14DBCC: hue angle of 175.48º 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 #14DBCC is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 204 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.14 |
| HSL | 175.48º | 0.83% | 0.47% | - |
| HSV(B) | 175.48º | 0.91% | 0.86% | - |
| XYZ | 36.52 | 55.17 | 65.85 | - |
| YUV | 157.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 204 | 0.91 | 0 | 0.07 | 0.14 | 175.48 | 0.83 | 0.47 |
| Hex | 14 | DB | CC | 5B | 0 | 7 | E | AF | 53 | 2F |
| Octal | 24 | 333 | 314 | 133 | 0 | 7 | 16 | 257 | 123 | 57 |
| Binary | 10100 | 11011011 | 11001100 | 1011011 | 0 | 111 | 1110 | 10101111 | 1010011 | 101111 |
Color Harmonies of #14DBCC
Complementary color
Monochromatic Colors of #14DBCC
Black with #14DBCC
Text Example
Text Example
White with #14DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBCC; }
p { color: rgb(20,219,204); }
H1.HeaderClassName
{
color: #14DBCC;
}
.AnyTagClassName
{
color: #14DBCC;
}
</style>
background-color css
<style>
a { background-color: #14DBCC; }
a { background-color: rgb(20,219,204); }
div.DivClassName
{
background-color: #14DBCC;
}
.BgClassName
{
background-color: #14DBCC;
}
</style>
border-color css
<style>
span { border-color: #14DBCC; }
span { border-color: rgb(20,219,204); }
td.TdClassName
{
border-color: #14DBCC;
}
.TagClassName
{
border-color: #14DBCC;
}
</style>