Shades of Bright Turquoise #14E3EA
Tints of Bright Turquoise #14E3EA
RGB
CMYK
RGB Variations
Color information
#14E3EA (or 0x14E3EA) is known color: Bright Turquoise. HEX triplet: 14, E3 and EA. RGB value is (20,227,234). Sum of RGB (Red+Green+Blue) = 20+227+234=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #14E3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E3EA is #EB1C15. Grayscale: #A5A5A5. Windows color (decimal): -15408150 or 15393556. OLE color: 15393556.
HSL color Cylindrical-coordinate representation of color #14E3EA: hue angle of 181.96º 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 #14E3EA is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 227 | 234 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.08 |
| HSL | 181.96º | 0.84% | 0.5% | - |
| HSV(B) | 181.96º | 0.91% | 0.92% | - |
| XYZ | 42.61 | 61.03 | 87.38 | - |
| YUV | 165.91 | 166.42 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 234 | 0.91 | 0.03 | 0 | 0.08 | 181.96 | 0.84 | 0.5 |
| Hex | 14 | E3 | EA | 5B | 3 | 0 | 8 | B6 | 54 | 32 |
| Octal | 24 | 343 | 352 | 133 | 3 | 0 | 10 | 266 | 124 | 62 |
| Binary | 10100 | 11100011 | 11101010 | 1011011 | 11 | 0 | 1000 | 10110110 | 1010100 | 110010 |
Color Harmonies of #14E3EA
Complementary color
Monochromatic Colors of #14E3EA
Black with #14E3EA
Text Example
Text Example
White with #14E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E3EA; }
p { color: rgb(20,227,234); }
H1.HeaderClassName
{
color: #14E3EA;
}
.AnyTagClassName
{
color: #14E3EA;
}
</style>
background-color css
<style>
a { background-color: #14E3EA; }
a { background-color: rgb(20,227,234); }
div.DivClassName
{
background-color: #14E3EA;
}
.BgClassName
{
background-color: #14E3EA;
}
</style>
border-color css
<style>
span { border-color: #14E3EA; }
span { border-color: rgb(20,227,234); }
td.TdClassName
{
border-color: #14E3EA;
}
.TagClassName
{
border-color: #14E3EA;
}
</style>