Shades of Bright Turquoise #14F5C9
Tints of Bright Turquoise #14F5C9
RGB
CMYK
RGB Variations
Color information
#14F5C9 (or 0x14F5C9) is known color: Bright Turquoise. HEX triplet: 14, F5 and C9. RGB value is (20,245,201). Sum of RGB (Red+Green+Blue) = 20+245+201=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F5C9 is #EB0A36. Grayscale: #ACACAC. Windows color (decimal): -15403575 or 13235476. OLE color: 13235476.
HSL color Cylindrical-coordinate representation of color #14F5C9: hue angle of 168.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F5C9 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 201 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.04 |
| HSL | 168.27º | 0.92% | 0.52% | - |
| HSV(B) | 168.27º | 0.92% | 0.96% | - |
| XYZ | 43.48 | 69.67 | 66.41 | - |
| YUV | 172.71 | 143.96 | 19.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 201 | 0.92 | 0 | 0.18 | 0.04 | 168.27 | 0.92 | 0.52 |
| Hex | 14 | F5 | C9 | 5C | 0 | 12 | 4 | A8 | 5C | 34 |
| Octal | 24 | 365 | 311 | 134 | 0 | 22 | 4 | 250 | 134 | 64 |
| Binary | 10100 | 11110101 | 11001001 | 1011100 | 0 | 10010 | 100 | 10101000 | 1011100 | 110100 |
Color Harmonies of #14F5C9
Complementary color
Monochromatic Colors of #14F5C9
Black with #14F5C9
Text Example
Text Example
White with #14F5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F5C9; }
p { color: rgb(20,245,201); }
H1.HeaderClassName
{
color: #14F5C9;
}
.AnyTagClassName
{
color: #14F5C9;
}
</style>
background-color css
<style>
a { background-color: #14F5C9; }
a { background-color: rgb(20,245,201); }
div.DivClassName
{
background-color: #14F5C9;
}
.BgClassName
{
background-color: #14F5C9;
}
</style>
border-color css
<style>
span { border-color: #14F5C9; }
span { border-color: rgb(20,245,201); }
td.TdClassName
{
border-color: #14F5C9;
}
.TagClassName
{
border-color: #14F5C9;
}
</style>