Shades of Bright Turquoise #14F3C9
Tints of Bright Turquoise #14F3C9
RGB
CMYK
RGB Variations
Color information
#14F3C9 (or 0x14F3C9) is known color: Bright Turquoise. HEX triplet: 14, F3 and C9. RGB value is (20,243,201). Sum of RGB (Red+Green+Blue) = 20+243+201=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #14F3C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F3C9 is #EB0C36. Grayscale: #ABABAB. Windows color (decimal): -15404087 or 13234964. OLE color: 13234964.
HSL color Cylindrical-coordinate representation of color #14F3C9: hue angle of 168.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F3C9 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 201 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.05 |
| HSL | 168.7º | 0.9% | 0.52% | - |
| HSV(B) | 168.7º | 0.92% | 0.95% | - |
| XYZ | 42.88 | 68.47 | 66.21 | - |
| YUV | 171.54 | 144.62 | 19.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 201 | 0.92 | 0 | 0.17 | 0.05 | 168.7 | 0.9 | 0.52 |
| Hex | 14 | F3 | C9 | 5C | 0 | 11 | 5 | A9 | 5A | 34 |
| Octal | 24 | 363 | 311 | 134 | 0 | 21 | 5 | 251 | 132 | 64 |
| Binary | 10100 | 11110011 | 11001001 | 1011100 | 0 | 10001 | 101 | 10101001 | 1011010 | 110100 |
Color Harmonies of #14F3C9
Complementary color
Monochromatic Colors of #14F3C9
Black with #14F3C9
Text Example
Text Example
White with #14F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F3C9; }
p { color: rgb(20,243,201); }
H1.HeaderClassName
{
color: #14F3C9;
}
.AnyTagClassName
{
color: #14F3C9;
}
</style>
background-color css
<style>
a { background-color: #14F3C9; }
a { background-color: rgb(20,243,201); }
div.DivClassName
{
background-color: #14F3C9;
}
.BgClassName
{
background-color: #14F3C9;
}
</style>
border-color css
<style>
span { border-color: #14F3C9; }
span { border-color: rgb(20,243,201); }
td.TdClassName
{
border-color: #14F3C9;
}
.TagClassName
{
border-color: #14F3C9;
}
</style>