Shades of Bright Turquoise #13ECEA
Tints of Bright Turquoise #13ECEA
RGB
CMYK
RGB Variations
Color information
#13ECEA (or 0x13ECEA) is known color: Bright Turquoise. HEX triplet: 13, EC and EA. RGB value is (19,236,234). Sum of RGB (Red+Green+Blue) = 19+236+234=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECEA is #EC1315. Grayscale: #AAAAAA. Windows color (decimal): -15471382 or 15395859. OLE color: 15395859.
HSL color Cylindrical-coordinate representation of color #13ECEA: hue angle of 179.45º 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 #13ECEA is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 234 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.07 |
| HSL | 179.45º | 0.85% | 0.5% | - |
| HSV(B) | 179.45º | 0.92% | 0.93% | - |
| XYZ | 45.12 | 66.07 | 88.22 | - |
| YUV | 170.89 | 163.61 | 19.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 234 | 0.92 | 0 | 0.01 | 0.07 | 179.45 | 0.85 | 0.5 |
| Hex | 13 | EC | EA | 5C | 0 | 1 | 7 | B3 | 55 | 32 |
| Octal | 23 | 354 | 352 | 134 | 0 | 1 | 7 | 263 | 125 | 62 |
| Binary | 10011 | 11101100 | 11101010 | 1011100 | 0 | 1 | 111 | 10110011 | 1010101 | 110010 |
Color Harmonies of #13ECEA
Complementary color
Monochromatic Colors of #13ECEA
Black with #13ECEA
Text Example
Text Example
White with #13ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECEA; }
p { color: rgb(19,236,234); }
H1.HeaderClassName
{
color: #13ECEA;
}
.AnyTagClassName
{
color: #13ECEA;
}
</style>
background-color css
<style>
a { background-color: #13ECEA; }
a { background-color: rgb(19,236,234); }
div.DivClassName
{
background-color: #13ECEA;
}
.BgClassName
{
background-color: #13ECEA;
}
</style>
border-color css
<style>
span { border-color: #13ECEA; }
span { border-color: rgb(19,236,234); }
td.TdClassName
{
border-color: #13ECEA;
}
.TagClassName
{
border-color: #13ECEA;
}
</style>