Shades of Bright Turquoise #13ECEC
Tints of Bright Turquoise #13ECEC
RGB
CMYK
RGB Variations
Color information
#13ECEC (or 0x13ECEC) is known color: Bright Turquoise. HEX triplet: 13, EC and EC. RGB value is (19,236,236). Sum of RGB (Red+Green+Blue) = 19+236+236=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #13ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECEC is #EC1313. Grayscale: #AAAAAA. Windows color (decimal): -15471380 or 15526931. OLE color: 15526931.
HSL color Cylindrical-coordinate representation of color #13ECEC: hue angle of 180º 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 #13ECEC is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 236 | - |
| CMYK | 0.92 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.5% | - |
| HSV(B) | 180º | 0.92% | 0.93% | - |
| XYZ | 45.4 | 66.19 | 89.74 | - |
| YUV | 171.12 | 164.61 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 236 | 0.92 | 0 | 0 | 0.07 | 180 | 0.85 | 0.5 |
| Hex | 13 | EC | EC | 5C | 0 | 0 | 7 | B4 | 55 | 32 |
| Octal | 23 | 354 | 354 | 134 | 0 | 0 | 7 | 264 | 125 | 62 |
| Binary | 10011 | 11101100 | 11101100 | 1011100 | 0 | 0 | 111 | 10110100 | 1010101 | 110010 |
Color Harmonies of #13ECEC
Complementary color
Monochromatic Colors of #13ECEC
Black with #13ECEC
Text Example
Text Example
White with #13ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECEC; }
p { color: rgb(19,236,236); }
H1.HeaderClassName
{
color: #13ECEC;
}
.AnyTagClassName
{
color: #13ECEC;
}
</style>
background-color css
<style>
a { background-color: #13ECEC; }
a { background-color: rgb(19,236,236); }
div.DivClassName
{
background-color: #13ECEC;
}
.BgClassName
{
background-color: #13ECEC;
}
</style>
border-color css
<style>
span { border-color: #13ECEC; }
span { border-color: rgb(19,236,236); }
td.TdClassName
{
border-color: #13ECEC;
}
.TagClassName
{
border-color: #13ECEC;
}
</style>