Shades of Bright Turquoise #14D9D2
Tints of Bright Turquoise #14D9D2
RGB
CMYK
RGB Variations
Color information
#14D9D2 (or 0x14D9D2) is known color: Bright Turquoise. HEX triplet: 14, D9 and D2. RGB value is (20,217,210). Sum of RGB (Red+Green+Blue) = 20+217+210=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9D2 is #EB262D. Grayscale: #9D9D9D. Windows color (decimal): -15410734 or 13818132. OLE color: 13818132.
HSL color Cylindrical-coordinate representation of color #14D9D2: hue angle of 177.87º 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 #14D9D2 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 210 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.15 |
| HSL | 177.87º | 0.83% | 0.46% | - |
| HSV(B) | 177.87º | 0.91% | 0.85% | - |
| XYZ | 36.73 | 54.43 | 69.54 | - |
| YUV | 157.3 | 157.73 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 210 | 0.91 | 0 | 0.03 | 0.15 | 177.87 | 0.83 | 0.46 |
| Hex | 14 | D9 | D2 | 5B | 0 | 3 | F | B2 | 53 | 2E |
| Octal | 24 | 331 | 322 | 133 | 0 | 3 | 17 | 262 | 123 | 56 |
| Binary | 10100 | 11011001 | 11010010 | 1011011 | 0 | 11 | 1111 | 10110010 | 1010011 | 101110 |
Color Harmonies of #14D9D2
Complementary color
Monochromatic Colors of #14D9D2
Black with #14D9D2
Text Example
Text Example
White with #14D9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D9D2; }
p { color: rgb(20,217,210); }
H1.HeaderClassName
{
color: #14D9D2;
}
.AnyTagClassName
{
color: #14D9D2;
}
</style>
background-color css
<style>
a { background-color: #14D9D2; }
a { background-color: rgb(20,217,210); }
div.DivClassName
{
background-color: #14D9D2;
}
.BgClassName
{
background-color: #14D9D2;
}
</style>
border-color css
<style>
span { border-color: #14D9D2; }
span { border-color: rgb(20,217,210); }
td.TdClassName
{
border-color: #14D9D2;
}
.TagClassName
{
border-color: #14D9D2;
}
</style>