Shades of Bright Turquoise #13ECF2
Tints of Bright Turquoise #13ECF2
RGB
CMYK
RGB Variations
Color information
#13ECF2 (or 0x13ECF2) is known color: Bright Turquoise. HEX triplet: 13, EC and F2. RGB value is (19,236,242). Sum of RGB (Red+Green+Blue) = 19+236+242=497 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #13ECF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECF2 is #EC130D. Grayscale: #ABABAB. Windows color (decimal): -15471374 or 15920147. OLE color: 15920147.
HSL color Cylindrical-coordinate representation of color #13ECF2: hue angle of 181.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECF2 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 236 | 242 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.05 |
| HSL | 181.61º | 0.9% | 0.51% | - |
| HSV(B) | 181.61º | 0.92% | 0.95% | - |
| XYZ | 46.29 | 66.54 | 94.41 | - |
| YUV | 171.8 | 167.61 | 19.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 242 | 0.92 | 0.02 | 0 | 0.05 | 181.61 | 0.9 | 0.51 |
| Hex | 13 | EC | F2 | 5C | 2 | 0 | 5 | B6 | 5A | 33 |
| Octal | 23 | 354 | 362 | 134 | 2 | 0 | 5 | 266 | 132 | 63 |
| Binary | 10011 | 11101100 | 11110010 | 1011100 | 10 | 0 | 101 | 10110110 | 1011010 | 110011 |
Color Harmonies of #13ECF2
Complementary color
Monochromatic Colors of #13ECF2
Black with #13ECF2
Text Example
Text Example
White with #13ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECF2; }
p { color: rgb(19,236,242); }
H1.HeaderClassName
{
color: #13ECF2;
}
.AnyTagClassName
{
color: #13ECF2;
}
</style>
background-color css
<style>
a { background-color: #13ECF2; }
a { background-color: rgb(19,236,242); }
div.DivClassName
{
background-color: #13ECF2;
}
.BgClassName
{
background-color: #13ECF2;
}
</style>
border-color css
<style>
span { border-color: #13ECF2; }
span { border-color: rgb(19,236,242); }
td.TdClassName
{
border-color: #13ECF2;
}
.TagClassName
{
border-color: #13ECF2;
}
</style>