Shades of Bright Turquoise #14DCE0
Tints of Bright Turquoise #14DCE0
RGB
CMYK
RGB Variations
Color information
#14DCE0 (or 0x14DCE0) is known color: Bright Turquoise. HEX triplet: 14, DC and E0. RGB value is (20,220,224). Sum of RGB (Red+Green+Blue) = 20+220+224=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #14DCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCE0 is #EB231F. Grayscale: #A0A0A0. Windows color (decimal): -15409952 or 14736404. OLE color: 14736404.
HSL color Cylindrical-coordinate representation of color #14DCE0: hue angle of 181.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCE0 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 220 | 224 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.12 |
| HSL | 181.18º | 0.84% | 0.48% | - |
| HSV(B) | 181.18º | 0.91% | 0.88% | - |
| XYZ | 39.34 | 56.72 | 79.4 | - |
| YUV | 160.66 | 163.74 | 27.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 224 | 0.91 | 0.02 | 0 | 0.12 | 181.18 | 0.84 | 0.48 |
| Hex | 14 | DC | E0 | 5B | 2 | 0 | C | B5 | 54 | 30 |
| Octal | 24 | 334 | 340 | 133 | 2 | 0 | 14 | 265 | 124 | 60 |
| Binary | 10100 | 11011100 | 11100000 | 1011011 | 10 | 0 | 1100 | 10110101 | 1010100 | 110000 |
Color Harmonies of #14DCE0
Complementary color
Monochromatic Colors of #14DCE0
Black with #14DCE0
Text Example
Text Example
White with #14DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCE0; }
p { color: rgb(20,220,224); }
H1.HeaderClassName
{
color: #14DCE0;
}
.AnyTagClassName
{
color: #14DCE0;
}
</style>
background-color css
<style>
a { background-color: #14DCE0; }
a { background-color: rgb(20,220,224); }
div.DivClassName
{
background-color: #14DCE0;
}
.BgClassName
{
background-color: #14DCE0;
}
</style>
border-color css
<style>
span { border-color: #14DCE0; }
span { border-color: rgb(20,220,224); }
td.TdClassName
{
border-color: #14DCE0;
}
.TagClassName
{
border-color: #14DCE0;
}
</style>