Shades of Bright Turquoise #14E9EA
Tints of Bright Turquoise #14E9EA
RGB
CMYK
RGB Variations
Color information
#14E9EA (or 0x14E9EA) is known color: Bright Turquoise. HEX triplet: 14, E9 and EA. RGB value is (20,233,234). Sum of RGB (Red+Green+Blue) = 20+233+234=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #14E9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E9EA is #EB1615. Grayscale: #A9A9A9. Windows color (decimal): -15406614 or 15395092. OLE color: 15395092.
HSL color Cylindrical-coordinate representation of color #14E9EA: hue angle of 180.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E9EA is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 233 | 234 | - |
| CMYK | 0.91 | 0.00 | 0 | 0.08 |
| HSL | 180.28º | 0.84% | 0.5% | - |
| HSV(B) | 180.28º | 0.91% | 0.92% | - |
| XYZ | 44.28 | 64.37 | 87.93 | - |
| YUV | 169.43 | 164.43 | 21.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 234 | 0.91 | 0.00 | 0 | 0.08 | 180.28 | 0.84 | 0.5 |
| Hex | 14 | E9 | EA | 5B | 0 | 0 | 8 | B4 | 54 | 32 |
| Octal | 24 | 351 | 352 | 133 | 0 | 0 | 10 | 264 | 124 | 62 |
| Binary | 10100 | 11101001 | 11101010 | 1011011 | 0 | 0 | 1000 | 10110100 | 1010100 | 110010 |
Color Harmonies of #14E9EA
Complementary color
Monochromatic Colors of #14E9EA
Black with #14E9EA
Text Example
Text Example
White with #14E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E9EA; }
p { color: rgb(20,233,234); }
H1.HeaderClassName
{
color: #14E9EA;
}
.AnyTagClassName
{
color: #14E9EA;
}
</style>
background-color css
<style>
a { background-color: #14E9EA; }
a { background-color: rgb(20,233,234); }
div.DivClassName
{
background-color: #14E9EA;
}
.BgClassName
{
background-color: #14E9EA;
}
</style>
border-color css
<style>
span { border-color: #14E9EA; }
span { border-color: rgb(20,233,234); }
td.TdClassName
{
border-color: #14E9EA;
}
.TagClassName
{
border-color: #14E9EA;
}
</style>