Shades of Bright Turquoise #13EDDD
Tints of Bright Turquoise #13EDDD
RGB
CMYK
RGB Variations
Color information
#13EDDD (or 0x13EDDD) is known color: Bright Turquoise. HEX triplet: 13, ED and DD. RGB value is (19,237,221). Sum of RGB (Red+Green+Blue) = 19+237+221=477 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.98% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #13EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EDDD is #EC1222. Grayscale: #A9A9A9. Windows color (decimal): -15471139 or 14544147. OLE color: 14544147.
HSL color Cylindrical-coordinate representation of color #13EDDD: hue angle of 175.6º 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 #13EDDD is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 237 | 221 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.07 |
| HSL | 175.6º | 0.86% | 0.5% | - |
| HSV(B) | 175.6º | 0.92% | 0.93% | - |
| XYZ | 43.6 | 65.93 | 78.83 | - |
| YUV | 169.99 | 156.78 | 20.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 237 | 221 | 0.92 | 0 | 0.07 | 0.07 | 175.6 | 0.86 | 0.5 |
| Hex | 13 | ED | DD | 5C | 0 | 7 | 7 | B0 | 56 | 32 |
| Octal | 23 | 355 | 335 | 134 | 0 | 7 | 7 | 260 | 126 | 62 |
| Binary | 10011 | 11101101 | 11011101 | 1011100 | 0 | 111 | 111 | 10110000 | 1010110 | 110010 |
Color Harmonies of #13EDDD
Complementary color
Monochromatic Colors of #13EDDD
Black with #13EDDD
Text Example
Text Example
White with #13EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EDDD; }
p { color: rgb(19,237,221); }
H1.HeaderClassName
{
color: #13EDDD;
}
.AnyTagClassName
{
color: #13EDDD;
}
</style>
background-color css
<style>
a { background-color: #13EDDD; }
a { background-color: rgb(19,237,221); }
div.DivClassName
{
background-color: #13EDDD;
}
.BgClassName
{
background-color: #13EDDD;
}
</style>
border-color css
<style>
span { border-color: #13EDDD; }
span { border-color: rgb(19,237,221); }
td.TdClassName
{
border-color: #13EDDD;
}
.TagClassName
{
border-color: #13EDDD;
}
</style>