Shades of Bright Turquoise #14FFE2
Tints of Bright Turquoise #14FFE2
RGB
CMYK
RGB Variations
Color information
#14FFE2 (or 0x14FFE2) is known color: Bright Turquoise. HEX triplet: 14, FF and E2. RGB value is (20,255,226). Sum of RGB (Red+Green+Blue) = 20+255+226=501 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.99% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFE2 is #EB001D. Grayscale: #B5B5B5. Windows color (decimal): -15400990 or 14876436. OLE color: 14876436.
HSL color Cylindrical-coordinate representation of color #14FFE2: hue angle of 172.6º 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 #14FFE2 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 226 | - |
| CMYK | 0.92 | 0 | 0.11 | 0 |
| HSL | 172.6º | 1% | 0.54% | - |
| HSV(B) | 172.6º | 0.92% | 1% | - |
| XYZ | 49.78 | 77.16 | 84.22 | - |
| YUV | 181.43 | 153.14 | 12.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 226 | 0.92 | 0 | 0.11 | 0 | 172.6 | 1 | 0.54 |
| Hex | 14 | FF | E2 | 5C | 0 | B | 0 | AD | 64 | 36 |
| Octal | 24 | 377 | 342 | 134 | 0 | 13 | 0 | 255 | 144 | 66 |
| Binary | 10100 | 11111111 | 11100010 | 1011100 | 0 | 1011 | 0 | 10101101 | 1100100 | 110110 |
Color Harmonies of #14FFE2
Complementary color
Monochromatic Colors of #14FFE2
Black with #14FFE2
Text Example
Text Example
White with #14FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFE2; }
p { color: rgb(20,255,226); }
H1.HeaderClassName
{
color: #14FFE2;
}
.AnyTagClassName
{
color: #14FFE2;
}
</style>
background-color css
<style>
a { background-color: #14FFE2; }
a { background-color: rgb(20,255,226); }
div.DivClassName
{
background-color: #14FFE2;
}
.BgClassName
{
background-color: #14FFE2;
}
</style>
border-color css
<style>
span { border-color: #14FFE2; }
span { border-color: rgb(20,255,226); }
td.TdClassName
{
border-color: #14FFE2;
}
.TagClassName
{
border-color: #14FFE2;
}
</style>