Shades of Bright Turquoise #14DEC9
Tints of Bright Turquoise #14DEC9
RGB
CMYK
RGB Variations
Color information
#14DEC9 (or 0x14DEC9) is known color: Bright Turquoise. HEX triplet: 14, DE and C9. RGB value is (20,222,201). Sum of RGB (Red+Green+Blue) = 20+222+201=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #14DEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DEC9 is #EB2136. Grayscale: #9F9F9F. Windows color (decimal): -15409463 or 13229588. OLE color: 13229588.
HSL color Cylindrical-coordinate representation of color #14DEC9: hue angle of 173.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DEC9 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 201 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.13 |
| HSL | 173.76º | 0.83% | 0.47% | - |
| HSV(B) | 173.76º | 0.91% | 0.87% | - |
| XYZ | 36.95 | 56.61 | 64.24 | - |
| YUV | 159.21 | 151.58 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 201 | 0.91 | 0 | 0.09 | 0.13 | 173.76 | 0.83 | 0.47 |
| Hex | 14 | DE | C9 | 5B | 0 | 9 | D | AE | 53 | 2F |
| Octal | 24 | 336 | 311 | 133 | 0 | 11 | 15 | 256 | 123 | 57 |
| Binary | 10100 | 11011110 | 11001001 | 1011011 | 0 | 1001 | 1101 | 10101110 | 1010011 | 101111 |
Color Harmonies of #14DEC9
Complementary color
Monochromatic Colors of #14DEC9
Black with #14DEC9
Text Example
Text Example
White with #14DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEC9; }
p { color: rgb(20,222,201); }
H1.HeaderClassName
{
color: #14DEC9;
}
.AnyTagClassName
{
color: #14DEC9;
}
</style>
background-color css
<style>
a { background-color: #14DEC9; }
a { background-color: rgb(20,222,201); }
div.DivClassName
{
background-color: #14DEC9;
}
.BgClassName
{
background-color: #14DEC9;
}
</style>
border-color css
<style>
span { border-color: #14DEC9; }
span { border-color: rgb(20,222,201); }
td.TdClassName
{
border-color: #14DEC9;
}
.TagClassName
{
border-color: #14DEC9;
}
</style>