Shades of Bright Turquoise #14F0E7
Tints of Bright Turquoise #14F0E7
RGB
CMYK
RGB Variations
Color information
#14F0E7 (or 0x14F0E7) is known color: Bright Turquoise. HEX triplet: 14, F0 and E7. RGB value is (20,240,231). Sum of RGB (Red+Green+Blue) = 20+240+231=491 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F0E7 is #EB0F18. Grayscale: #ADADAD. Windows color (decimal): -15404825 or 15200276. OLE color: 15200276.
HSL color Cylindrical-coordinate representation of color #14F0E7: hue angle of 177.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F0E7 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 231 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.06 |
| HSL | 177.55º | 0.88% | 0.51% | - |
| HSV(B) | 177.55º | 0.92% | 0.94% | - |
| XYZ | 45.87 | 68.24 | 86.35 | - |
| YUV | 173.19 | 160.61 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 231 | 0.92 | 0 | 0.04 | 0.06 | 177.55 | 0.88 | 0.51 |
| Hex | 14 | F0 | E7 | 5C | 0 | 4 | 6 | B2 | 58 | 33 |
| Octal | 24 | 360 | 347 | 134 | 0 | 4 | 6 | 262 | 130 | 63 |
| Binary | 10100 | 11110000 | 11100111 | 1011100 | 0 | 100 | 110 | 10110010 | 1011000 | 110011 |
Color Harmonies of #14F0E7
Complementary color
Monochromatic Colors of #14F0E7
Black with #14F0E7
Text Example
Text Example
White with #14F0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0E7; }
p { color: rgb(20,240,231); }
H1.HeaderClassName
{
color: #14F0E7;
}
.AnyTagClassName
{
color: #14F0E7;
}
</style>
background-color css
<style>
a { background-color: #14F0E7; }
a { background-color: rgb(20,240,231); }
div.DivClassName
{
background-color: #14F0E7;
}
.BgClassName
{
background-color: #14F0E7;
}
</style>
border-color css
<style>
span { border-color: #14F0E7; }
span { border-color: rgb(20,240,231); }
td.TdClassName
{
border-color: #14F0E7;
}
.TagClassName
{
border-color: #14F0E7;
}
</style>