Shades of Bright Turquoise #14D9D4
Tints of Bright Turquoise #14D9D4
RGB
CMYK
RGB Variations
Color information
#14D9D4 (or 0x14D9D4) is known color: Bright Turquoise. HEX triplet: 14, D9 and D4. RGB value is (20,217,212). Sum of RGB (Red+Green+Blue) = 20+217+212=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9D4 is #EB262B. Grayscale: #9D9D9D. Windows color (decimal): -15410732 or 13949204. OLE color: 13949204.
HSL color Cylindrical-coordinate representation of color #14D9D4: hue angle of 178.48º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D9D4 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 212 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.15 |
| HSL | 178.48º | 0.83% | 0.46% | - |
| HSV(B) | 178.48º | 0.91% | 0.85% | - |
| XYZ | 36.99 | 54.53 | 70.86 | - |
| YUV | 157.53 | 158.73 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 212 | 0.91 | 0 | 0.02 | 0.15 | 178.48 | 0.83 | 0.46 |
| Hex | 14 | D9 | D4 | 5B | 0 | 2 | F | B2 | 53 | 2E |
| Octal | 24 | 331 | 324 | 133 | 0 | 2 | 17 | 262 | 123 | 56 |
| Binary | 10100 | 11011001 | 11010100 | 1011011 | 0 | 10 | 1111 | 10110010 | 1010011 | 101110 |
Color Harmonies of #14D9D4
Complementary color
Monochromatic Colors of #14D9D4
Black with #14D9D4
Text Example
Text Example
White with #14D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D9D4; }
p { color: rgb(20,217,212); }
H1.HeaderClassName
{
color: #14D9D4;
}
.AnyTagClassName
{
color: #14D9D4;
}
</style>
background-color css
<style>
a { background-color: #14D9D4; }
a { background-color: rgb(20,217,212); }
div.DivClassName
{
background-color: #14D9D4;
}
.BgClassName
{
background-color: #14D9D4;
}
</style>
border-color css
<style>
span { border-color: #14D9D4; }
span { border-color: rgb(20,217,212); }
td.TdClassName
{
border-color: #14D9D4;
}
.TagClassName
{
border-color: #14D9D4;
}
</style>