Shades of Bright Turquoise #13EDD9
Tints of Bright Turquoise #13EDD9
RGB
CMYK
RGB Variations
Color information
#13EDD9 (or 0x13EDD9) is known color: Bright Turquoise. HEX triplet: 13, ED and D9. RGB value is (19,237,217). Sum of RGB (Red+Green+Blue) = 19+237+217=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #13EDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EDD9 is #EC1226. Grayscale: #A9A9A9. Windows color (decimal): -15471143 or 14282003. OLE color: 14282003.
HSL color Cylindrical-coordinate representation of color #13EDD9: hue angle of 174.5º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EDD9 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 237 | 217 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.07 |
| HSL | 174.5º | 0.86% | 0.5% | - |
| HSV(B) | 174.5º | 0.92% | 0.93% | - |
| XYZ | 43.08 | 65.72 | 76.06 | - |
| YUV | 169.54 | 154.78 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 237 | 217 | 0.92 | 0 | 0.08 | 0.07 | 174.5 | 0.86 | 0.5 |
| Hex | 13 | ED | D9 | 5C | 0 | 8 | 7 | AE | 56 | 32 |
| Octal | 23 | 355 | 331 | 134 | 0 | 10 | 7 | 256 | 126 | 62 |
| Binary | 10011 | 11101101 | 11011001 | 1011100 | 0 | 1000 | 111 | 10101110 | 1010110 | 110010 |
Color Harmonies of #13EDD9
Complementary color
Monochromatic Colors of #13EDD9
Black with #13EDD9
Text Example
Text Example
White with #13EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EDD9; }
p { color: rgb(19,237,217); }
H1.HeaderClassName
{
color: #13EDD9;
}
.AnyTagClassName
{
color: #13EDD9;
}
</style>
background-color css
<style>
a { background-color: #13EDD9; }
a { background-color: rgb(19,237,217); }
div.DivClassName
{
background-color: #13EDD9;
}
.BgClassName
{
background-color: #13EDD9;
}
</style>
border-color css
<style>
span { border-color: #13EDD9; }
span { border-color: rgb(19,237,217); }
td.TdClassName
{
border-color: #13EDD9;
}
.TagClassName
{
border-color: #13EDD9;
}
</style>