Shades of Bright Turquoise #14E1D3
Tints of Bright Turquoise #14E1D3
RGB
CMYK
RGB Variations
Color information
#14E1D3 (or 0x14E1D3) is known color: Bright Turquoise. HEX triplet: 14, E1 and D3. RGB value is (20,225,211). Sum of RGB (Red+Green+Blue) = 20+225+211=456 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.39% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1D3 is #EB1E2C. Grayscale: #A1A1A1. Windows color (decimal): -15408685 or 13885716. OLE color: 13885716.
HSL color Cylindrical-coordinate representation of color #14E1D3: hue angle of 175.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E1D3 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 211 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.12 |
| HSL | 175.9º | 0.84% | 0.48% | - |
| HSV(B) | 175.9º | 0.91% | 0.88% | - |
| XYZ | 38.97 | 58.7 | 70.9 | - |
| YUV | 162.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 211 | 0.91 | 0 | 0.06 | 0.12 | 175.9 | 0.84 | 0.48 |
| Hex | 14 | E1 | D3 | 5B | 0 | 6 | C | B0 | 54 | 30 |
| Octal | 24 | 341 | 323 | 133 | 0 | 6 | 14 | 260 | 124 | 60 |
| Binary | 10100 | 11100001 | 11010011 | 1011011 | 0 | 110 | 1100 | 10110000 | 1010100 | 110000 |
Color Harmonies of #14E1D3
Complementary color
Monochromatic Colors of #14E1D3
Black with #14E1D3
Text Example
Text Example
White with #14E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E1D3; }
p { color: rgb(20,225,211); }
H1.HeaderClassName
{
color: #14E1D3;
}
.AnyTagClassName
{
color: #14E1D3;
}
</style>
background-color css
<style>
a { background-color: #14E1D3; }
a { background-color: rgb(20,225,211); }
div.DivClassName
{
background-color: #14E1D3;
}
.BgClassName
{
background-color: #14E1D3;
}
</style>
border-color css
<style>
span { border-color: #14E1D3; }
span { border-color: rgb(20,225,211); }
td.TdClassName
{
border-color: #14E1D3;
}
.TagClassName
{
border-color: #14E1D3;
}
</style>