Shades of Bright Turquoise #14D6DC
Tints of Bright Turquoise #14D6DC
RGB
CMYK
RGB Variations
Color information
#14D6DC (or 0x14D6DC) is known color: Bright Turquoise. HEX triplet: 14, D6 and DC. RGB value is (20,214,220). Sum of RGB (Red+Green+Blue) = 20+214+220=454 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.41% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #14D6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6DC is #EB2923. Grayscale: #9C9C9C. Windows color (decimal): -15411492 or 14472724. OLE color: 14472724.
HSL color Cylindrical-coordinate representation of color #14D6DC: hue angle of 181.8º 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 #14D6DC is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 214 | 220 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.14 |
| HSL | 181.8º | 0.83% | 0.47% | - |
| HSV(B) | 181.8º | 0.91% | 0.86% | - |
| XYZ | 37.25 | 53.41 | 76.06 | - |
| YUV | 156.68 | 163.73 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 220 | 0.91 | 0.03 | 0 | 0.14 | 181.8 | 0.83 | 0.47 |
| Hex | 14 | D6 | DC | 5B | 3 | 0 | E | B6 | 53 | 2F |
| Octal | 24 | 326 | 334 | 133 | 3 | 0 | 16 | 266 | 123 | 57 |
| Binary | 10100 | 11010110 | 11011100 | 1011011 | 11 | 0 | 1110 | 10110110 | 1010011 | 101111 |
Color Harmonies of #14D6DC
Complementary color
Monochromatic Colors of #14D6DC
Black with #14D6DC
Text Example
Text Example
White with #14D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D6DC; }
p { color: rgb(20,214,220); }
H1.HeaderClassName
{
color: #14D6DC;
}
.AnyTagClassName
{
color: #14D6DC;
}
</style>
background-color css
<style>
a { background-color: #14D6DC; }
a { background-color: rgb(20,214,220); }
div.DivClassName
{
background-color: #14D6DC;
}
.BgClassName
{
background-color: #14D6DC;
}
</style>
border-color css
<style>
span { border-color: #14D6DC; }
span { border-color: rgb(20,214,220); }
td.TdClassName
{
border-color: #14D6DC;
}
.TagClassName
{
border-color: #14D6DC;
}
</style>