Shades of Bright Turquoise #14E6E9
Tints of Bright Turquoise #14E6E9
RGB
CMYK
RGB Variations
Color information
#14E6E9 (or 0x14E6E9) is known color: Bright Turquoise. HEX triplet: 14, E6 and E9. RGB value is (20,230,233). Sum of RGB (Red+Green+Blue) = 20+230+233=483 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.14% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #14E6E9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E6E9 is #EB1916. Grayscale: #A7A7A7. Windows color (decimal): -15407383 or 15328788. OLE color: 15328788.
HSL color Cylindrical-coordinate representation of color #14E6E9: hue angle of 180.85º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E6E9 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 230 | 233 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.09 |
| HSL | 180.85º | 0.84% | 0.5% | - |
| HSV(B) | 180.85º | 0.91% | 0.91% | - |
| XYZ | 43.29 | 62.63 | 86.9 | - |
| YUV | 167.55 | 164.93 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 233 | 0.91 | 0.01 | 0 | 0.09 | 180.85 | 0.84 | 0.5 |
| Hex | 14 | E6 | E9 | 5B | 1 | 0 | 9 | B5 | 54 | 32 |
| Octal | 24 | 346 | 351 | 133 | 1 | 0 | 11 | 265 | 124 | 62 |
| Binary | 10100 | 11100110 | 11101001 | 1011011 | 1 | 0 | 1001 | 10110101 | 1010100 | 110010 |
Color Harmonies of #14E6E9
Complementary color
Monochromatic Colors of #14E6E9
Black with #14E6E9
Text Example
Text Example
White with #14E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E6E9; }
p { color: rgb(20,230,233); }
H1.HeaderClassName
{
color: #14E6E9;
}
.AnyTagClassName
{
color: #14E6E9;
}
</style>
background-color css
<style>
a { background-color: #14E6E9; }
a { background-color: rgb(20,230,233); }
div.DivClassName
{
background-color: #14E6E9;
}
.BgClassName
{
background-color: #14E6E9;
}
</style>
border-color css
<style>
span { border-color: #14E6E9; }
span { border-color: rgb(20,230,233); }
td.TdClassName
{
border-color: #14E6E9;
}
.TagClassName
{
border-color: #14E6E9;
}
</style>