Shades of Bright Turquoise #14E5DD
Tints of Bright Turquoise #14E5DD
RGB
CMYK
RGB Variations
Color information
#14E5DD (or 0x14E5DD) is known color: Bright Turquoise. HEX triplet: 14, E5 and DD. RGB value is (20,229,221). Sum of RGB (Red+Green+Blue) = 20+229+221=470 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E5DD is #EB1A22. Grayscale: #A5A5A5. Windows color (decimal): -15407651 or 14542100. OLE color: 14542100.
HSL color Cylindrical-coordinate representation of color #14E5DD: hue angle of 177.7º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E5DD is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 229 | 221 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.10 |
| HSL | 177.7º | 0.84% | 0.49% | - |
| HSV(B) | 177.7º | 0.91% | 0.9% | - |
| XYZ | 41.36 | 61.41 | 78.08 | - |
| YUV | 165.6 | 159.26 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 229 | 221 | 0.91 | 0 | 0.03 | 0.10 | 177.7 | 0.84 | 0.49 |
| Hex | 14 | E5 | DD | 5B | 0 | 3 | A | B2 | 54 | 31 |
| Octal | 24 | 345 | 335 | 133 | 0 | 3 | 12 | 262 | 124 | 61 |
| Binary | 10100 | 11100101 | 11011101 | 1011011 | 0 | 11 | 1010 | 10110010 | 1010100 | 110001 |
Color Harmonies of #14E5DD
Complementary color
Monochromatic Colors of #14E5DD
Black with #14E5DD
Text Example
Text Example
White with #14E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E5DD; }
p { color: rgb(20,229,221); }
H1.HeaderClassName
{
color: #14E5DD;
}
.AnyTagClassName
{
color: #14E5DD;
}
</style>
background-color css
<style>
a { background-color: #14E5DD; }
a { background-color: rgb(20,229,221); }
div.DivClassName
{
background-color: #14E5DD;
}
.BgClassName
{
background-color: #14E5DD;
}
</style>
border-color css
<style>
span { border-color: #14E5DD; }
span { border-color: rgb(20,229,221); }
td.TdClassName
{
border-color: #14E5DD;
}
.TagClassName
{
border-color: #14E5DD;
}
</style>