Shades of Bright Turquoise #14EED2
Tints of Bright Turquoise #14EED2
RGB
CMYK
RGB Variations
Color information
#14EED2 (or 0x14EED2) is known color: Bright Turquoise. HEX triplet: 14, EE and D2. RGB value is (20,238,210). Sum of RGB (Red+Green+Blue) = 20+238+210=468 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.27% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #14EED2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EED2 is #EB112D. Grayscale: #A9A9A9. Windows color (decimal): -15405358 or 13823508. OLE color: 13823508.
HSL color Cylindrical-coordinate representation of color #14EED2: hue angle of 172.29º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EED2 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 210 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.07 |
| HSL | 172.29º | 0.87% | 0.51% | - |
| HSV(B) | 172.29º | 0.92% | 0.93% | - |
| XYZ | 42.5 | 65.95 | 71.46 | - |
| YUV | 169.63 | 150.78 | 21.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 210 | 0.92 | 0 | 0.12 | 0.07 | 172.29 | 0.87 | 0.51 |
| Hex | 14 | EE | D2 | 5C | 0 | C | 7 | AC | 57 | 33 |
| Octal | 24 | 356 | 322 | 134 | 0 | 14 | 7 | 254 | 127 | 63 |
| Binary | 10100 | 11101110 | 11010010 | 1011100 | 0 | 1100 | 111 | 10101100 | 1010111 | 110011 |
Color Harmonies of #14EED2
Complementary color
Monochromatic Colors of #14EED2
Black with #14EED2
Text Example
Text Example
White with #14EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EED2; }
p { color: rgb(20,238,210); }
H1.HeaderClassName
{
color: #14EED2;
}
.AnyTagClassName
{
color: #14EED2;
}
</style>
background-color css
<style>
a { background-color: #14EED2; }
a { background-color: rgb(20,238,210); }
div.DivClassName
{
background-color: #14EED2;
}
.BgClassName
{
background-color: #14EED2;
}
</style>
border-color css
<style>
span { border-color: #14EED2; }
span { border-color: rgb(20,238,210); }
td.TdClassName
{
border-color: #14EED2;
}
.TagClassName
{
border-color: #14EED2;
}
</style>