Shades of Bright Turquoise #14EAD2
Tints of Bright Turquoise #14EAD2
RGB
CMYK
RGB Variations
Color information
#14EAD2 (or 0x14EAD2) is known color: Bright Turquoise. HEX triplet: 14, EA and D2. RGB value is (20,234,210). Sum of RGB (Red+Green+Blue) = 20+234+210=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EAD2 is #EB152D. Grayscale: #A7A7A7. Windows color (decimal): -15406382 or 13822484. OLE color: 13822484.
HSL color Cylindrical-coordinate representation of color #14EAD2: hue angle of 173.27º 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 #14EAD2 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 210 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.08 |
| HSL | 173.27º | 0.84% | 0.5% | - |
| HSV(B) | 173.27º | 0.91% | 0.92% | - |
| XYZ | 41.34 | 63.65 | 71.08 | - |
| YUV | 167.28 | 152.1 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 210 | 0.91 | 0 | 0.10 | 0.08 | 173.27 | 0.84 | 0.5 |
| Hex | 14 | EA | D2 | 5B | 0 | A | 8 | AD | 54 | 32 |
| Octal | 24 | 352 | 322 | 133 | 0 | 12 | 10 | 255 | 124 | 62 |
| Binary | 10100 | 11101010 | 11010010 | 1011011 | 0 | 1010 | 1000 | 10101101 | 1010100 | 110010 |
Color Harmonies of #14EAD2
Complementary color
Monochromatic Colors of #14EAD2
Black with #14EAD2
Text Example
Text Example
White with #14EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAD2; }
p { color: rgb(20,234,210); }
H1.HeaderClassName
{
color: #14EAD2;
}
.AnyTagClassName
{
color: #14EAD2;
}
</style>
background-color css
<style>
a { background-color: #14EAD2; }
a { background-color: rgb(20,234,210); }
div.DivClassName
{
background-color: #14EAD2;
}
.BgClassName
{
background-color: #14EAD2;
}
</style>
border-color css
<style>
span { border-color: #14EAD2; }
span { border-color: rgb(20,234,210); }
td.TdClassName
{
border-color: #14EAD2;
}
.TagClassName
{
border-color: #14EAD2;
}
</style>