Shades of Bright Turquoise #14FFEA
Tints of Bright Turquoise #14FFEA
RGB
CMYK
RGB Variations
Color information
#14FFEA (or 0x14FFEA) is known color: Bright Turquoise. HEX triplet: 14, FF and EA. RGB value is (20,255,234). Sum of RGB (Red+Green+Blue) = 20+255+234=509 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.93% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFEA is #EB0015. Grayscale: #B6B6B6. Windows color (decimal): -15400982 or 15400724. OLE color: 15400724.
HSL color Cylindrical-coordinate representation of color #14FFEA: hue angle of 174.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFEA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 234 | - |
| CMYK | 0.92 | 0 | 0.08 | 0 |
| HSL | 174.64º | 1% | 0.54% | - |
| HSV(B) | 174.64º | 0.92% | 1% | - |
| XYZ | 50.9 | 77.61 | 90.14 | - |
| YUV | 182.34 | 157.14 | 12.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 234 | 0.92 | 0 | 0.08 | 0 | 174.64 | 1 | 0.54 |
| Hex | 14 | FF | EA | 5C | 0 | 8 | 0 | AF | 64 | 36 |
| Octal | 24 | 377 | 352 | 134 | 0 | 10 | 0 | 257 | 144 | 66 |
| Binary | 10100 | 11111111 | 11101010 | 1011100 | 0 | 1000 | 0 | 10101111 | 1100100 | 110110 |
Color Harmonies of #14FFEA
Complementary color
Monochromatic Colors of #14FFEA
Black with #14FFEA
Text Example
Text Example
White with #14FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFEA; }
p { color: rgb(20,255,234); }
H1.HeaderClassName
{
color: #14FFEA;
}
.AnyTagClassName
{
color: #14FFEA;
}
</style>
background-color css
<style>
a { background-color: #14FFEA; }
a { background-color: rgb(20,255,234); }
div.DivClassName
{
background-color: #14FFEA;
}
.BgClassName
{
background-color: #14FFEA;
}
</style>
border-color css
<style>
span { border-color: #14FFEA; }
span { border-color: rgb(20,255,234); }
td.TdClassName
{
border-color: #14FFEA;
}
.TagClassName
{
border-color: #14FFEA;
}
</style>