Shades of Bright Turquoise #13ECDA
Tints of Bright Turquoise #13ECDA
RGB
CMYK
RGB Variations
Color information
#13ECDA (or 0x13ECDA) is known color: Bright Turquoise. HEX triplet: 13, EC and DA. RGB value is (19,236,218). Sum of RGB (Red+Green+Blue) = 19+236+218=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECDA is #EC1325. Grayscale: #A8A8A8. Windows color (decimal): -15471398 or 14347283. OLE color: 14347283.
HSL color Cylindrical-coordinate representation of color #13ECDA: hue angle of 175.02º degrees, saturation: 0.85, 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 #13ECDA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 218 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.07 |
| HSL | 175.02º | 0.85% | 0.5% | - |
| HSV(B) | 175.02º | 0.92% | 0.93% | - |
| XYZ | 42.92 | 65.19 | 76.65 | - |
| YUV | 169.07 | 155.61 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 218 | 0.92 | 0 | 0.08 | 0.07 | 175.02 | 0.85 | 0.5 |
| Hex | 13 | EC | DA | 5C | 0 | 8 | 7 | AF | 55 | 32 |
| Octal | 23 | 354 | 332 | 134 | 0 | 10 | 7 | 257 | 125 | 62 |
| Binary | 10011 | 11101100 | 11011010 | 1011100 | 0 | 1000 | 111 | 10101111 | 1010101 | 110010 |
Color Harmonies of #13ECDA
Complementary color
Monochromatic Colors of #13ECDA
Black with #13ECDA
Text Example
Text Example
White with #13ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECDA; }
p { color: rgb(19,236,218); }
H1.HeaderClassName
{
color: #13ECDA;
}
.AnyTagClassName
{
color: #13ECDA;
}
</style>
background-color css
<style>
a { background-color: #13ECDA; }
a { background-color: rgb(19,236,218); }
div.DivClassName
{
background-color: #13ECDA;
}
.BgClassName
{
background-color: #13ECDA;
}
</style>
border-color css
<style>
span { border-color: #13ECDA; }
span { border-color: rgb(19,236,218); }
td.TdClassName
{
border-color: #13ECDA;
}
.TagClassName
{
border-color: #13ECDA;
}
</style>