Shades of Turquoise Blue #71ECF1
Tints of Turquoise Blue #71ECF1
RGB
CMYK
RGB Variations
Color information
#71ECF1 (or 0x71ECF1) is known color: Turquoise Blue. HEX triplet: 71, EC and F1. RGB value is (113,236,241). Sum of RGB (Red+Green+Blue) = 113+236+241=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #71ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECF1 is #8E130E. Grayscale: #C7C7C7. Windows color (decimal): -9310991 or 15854705. OLE color: 15854705.
HSL color Cylindrical-coordinate representation of color #71ECF1: hue angle of 182.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71ECF1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 236 | 241 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.05 |
| HSL | 182.34º | 0.82% | 0.69% | - |
| HSV(B) | 182.34º | 0.53% | 0.95% | - |
| XYZ | 52.68 | 69.85 | 93.93 | - |
| YUV | 199.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 241 | 0.53 | 0.02 | 0 | 0.05 | 182.34 | 0.82 | 0.69 |
| Hex | 71 | EC | F1 | 35 | 2 | 0 | 5 | B6 | 52 | 45 |
| Octal | 161 | 354 | 361 | 65 | 2 | 0 | 5 | 266 | 122 | 105 |
| Binary | 1110001 | 11101100 | 11110001 | 110101 | 10 | 0 | 101 | 10110110 | 1010010 | 1000101 |
Color Harmonies of #71ECF1
Complementary color
Monochromatic Colors of #71ECF1
Black with #71ECF1
Text Example
Text Example
White with #71ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECF1; }
p { color: rgb(113,236,241); }
H1.HeaderClassName
{
color: #71ECF1;
}
.AnyTagClassName
{
color: #71ECF1;
}
</style>
background-color css
<style>
a { background-color: #71ECF1; }
a { background-color: rgb(113,236,241); }
div.DivClassName
{
background-color: #71ECF1;
}
.BgClassName
{
background-color: #71ECF1;
}
</style>
border-color css
<style>
span { border-color: #71ECF1; }
span { border-color: rgb(113,236,241); }
td.TdClassName
{
border-color: #71ECF1;
}
.TagClassName
{
border-color: #71ECF1;
}
</style>