Shades of Bright Turquoise #14FFE3
Tints of Bright Turquoise #14FFE3
RGB
CMYK
RGB Variations
Color information
#14FFE3 (or 0x14FFE3) is known color: Bright Turquoise. HEX triplet: 14, FF and E3. RGB value is (20,255,227). Sum of RGB (Red+Green+Blue) = 20+255+227=502 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFE3 is #EB001C. Grayscale: #B5B5B5. Windows color (decimal): -15400989 or 14941972. OLE color: 14941972.
HSL color Cylindrical-coordinate representation of color #14FFE3: hue angle of 172.85º 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 #14FFE3 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 227 | - |
| CMYK | 0.92 | 0 | 0.11 | 0 |
| HSL | 172.85º | 1% | 0.54% | - |
| HSV(B) | 172.85º | 0.92% | 1% | - |
| XYZ | 49.91 | 77.21 | 84.95 | - |
| YUV | 181.54 | 153.64 | 12.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 227 | 0.92 | 0 | 0.11 | 0 | 172.85 | 1 | 0.54 |
| Hex | 14 | FF | E3 | 5C | 0 | B | 0 | AD | 64 | 36 |
| Octal | 24 | 377 | 343 | 134 | 0 | 13 | 0 | 255 | 144 | 66 |
| Binary | 10100 | 11111111 | 11100011 | 1011100 | 0 | 1011 | 0 | 10101101 | 1100100 | 110110 |
Color Harmonies of #14FFE3
Complementary color
Monochromatic Colors of #14FFE3
Black with #14FFE3
Text Example
Text Example
White with #14FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFE3; }
p { color: rgb(20,255,227); }
H1.HeaderClassName
{
color: #14FFE3;
}
.AnyTagClassName
{
color: #14FFE3;
}
</style>
background-color css
<style>
a { background-color: #14FFE3; }
a { background-color: rgb(20,255,227); }
div.DivClassName
{
background-color: #14FFE3;
}
.BgClassName
{
background-color: #14FFE3;
}
</style>
border-color css
<style>
span { border-color: #14FFE3; }
span { border-color: rgb(20,255,227); }
td.TdClassName
{
border-color: #14FFE3;
}
.TagClassName
{
border-color: #14FFE3;
}
</style>