Shades of Bright Turquoise #14E0EA
Tints of Bright Turquoise #14E0EA
RGB
CMYK
RGB Variations
Color information
#14E0EA (or 0x14E0EA) is known color: Bright Turquoise. HEX triplet: 14, E0 and EA. RGB value is (20,224,234). Sum of RGB (Red+Green+Blue) = 20+224+234=478 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #14E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E0EA is #EB1F15. Grayscale: #A3A3A3. Windows color (decimal): -15408918 or 15392788. OLE color: 15392788.
HSL color Cylindrical-coordinate representation of color #14E0EA: hue angle of 182.8º 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 #14E0EA is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 224 | 234 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.08 |
| HSL | 182.8º | 0.84% | 0.5% | - |
| HSV(B) | 182.8º | 0.91% | 0.92% | - |
| XYZ | 41.8 | 59.4 | 87.1 | - |
| YUV | 164.14 | 167.41 | 25.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 234 | 0.91 | 0.04 | 0 | 0.08 | 182.8 | 0.84 | 0.5 |
| Hex | 14 | E0 | EA | 5B | 4 | 0 | 8 | B7 | 54 | 32 |
| Octal | 24 | 340 | 352 | 133 | 4 | 0 | 10 | 267 | 124 | 62 |
| Binary | 10100 | 11100000 | 11101010 | 1011011 | 100 | 0 | 1000 | 10110111 | 1010100 | 110010 |
Color Harmonies of #14E0EA
Complementary color
Monochromatic Colors of #14E0EA
Black with #14E0EA
Text Example
Text Example
White with #14E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0EA; }
p { color: rgb(20,224,234); }
H1.HeaderClassName
{
color: #14E0EA;
}
.AnyTagClassName
{
color: #14E0EA;
}
</style>
background-color css
<style>
a { background-color: #14E0EA; }
a { background-color: rgb(20,224,234); }
div.DivClassName
{
background-color: #14E0EA;
}
.BgClassName
{
background-color: #14E0EA;
}
</style>
border-color css
<style>
span { border-color: #14E0EA; }
span { border-color: rgb(20,224,234); }
td.TdClassName
{
border-color: #14E0EA;
}
.TagClassName
{
border-color: #14E0EA;
}
</style>