Shades of Bright Turquoise #14F7D4
Tints of Bright Turquoise #14F7D4
RGB
CMYK
RGB Variations
Color information
#14F7D4 (or 0x14F7D4) is known color: Bright Turquoise. HEX triplet: 14, F7 and D4. RGB value is (20,247,212). Sum of RGB (Red+Green+Blue) = 20+247+212=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #14F7D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F7D4 is #EB082B. Grayscale: #AFAFAF. Windows color (decimal): -15403052 or 13956884. OLE color: 13956884.
HSL color Cylindrical-coordinate representation of color #14F7D4: hue angle of 170.75º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F7D4 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 212 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.03 |
| HSL | 170.75º | 0.93% | 0.52% | - |
| HSV(B) | 170.75º | 0.92% | 0.97% | - |
| XYZ | 45.43 | 71.42 | 73.68 | - |
| YUV | 175.14 | 148.79 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 212 | 0.92 | 0 | 0.14 | 0.03 | 170.75 | 0.93 | 0.52 |
| Hex | 14 | F7 | D4 | 5C | 0 | E | 3 | AB | 5D | 34 |
| Octal | 24 | 367 | 324 | 134 | 0 | 16 | 3 | 253 | 135 | 64 |
| Binary | 10100 | 11110111 | 11010100 | 1011100 | 0 | 1110 | 11 | 10101011 | 1011101 | 110100 |
Color Harmonies of #14F7D4
Complementary color
Monochromatic Colors of #14F7D4
Black with #14F7D4
Text Example
Text Example
White with #14F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F7D4; }
p { color: rgb(20,247,212); }
H1.HeaderClassName
{
color: #14F7D4;
}
.AnyTagClassName
{
color: #14F7D4;
}
</style>
background-color css
<style>
a { background-color: #14F7D4; }
a { background-color: rgb(20,247,212); }
div.DivClassName
{
background-color: #14F7D4;
}
.BgClassName
{
background-color: #14F7D4;
}
</style>
border-color css
<style>
span { border-color: #14F7D4; }
span { border-color: rgb(20,247,212); }
td.TdClassName
{
border-color: #14F7D4;
}
.TagClassName
{
border-color: #14F7D4;
}
</style>