Shades of Turquoise Blue #71ECED
Tints of Turquoise Blue #71ECED
RGB
CMYK
RGB Variations
Color information
#71ECED (or 0x71ECED) is known color: Turquoise Blue. HEX triplet: 71, EC and ED. RGB value is (113,236,237). Sum of RGB (Red+Green+Blue) = 113+236+237=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #71ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECED is #8E1312. Grayscale: #C7C7C7. Windows color (decimal): -9310995 or 15592561. OLE color: 15592561.
HSL color Cylindrical-coordinate representation of color #71ECED: hue angle of 180.48º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECED is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 237 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.07 |
| HSL | 180.48º | 0.78% | 0.69% | - |
| HSV(B) | 180.48º | 0.52% | 0.93% | - |
| XYZ | 52.09 | 69.62 | 90.81 | - |
| YUV | 199.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 237 | 0.52 | 0.00 | 0 | 0.07 | 180.48 | 0.78 | 0.69 |
| Hex | 71 | EC | ED | 34 | 0 | 0 | 7 | B4 | 4E | 45 |
| Octal | 161 | 354 | 355 | 64 | 0 | 0 | 7 | 264 | 116 | 105 |
| Binary | 1110001 | 11101100 | 11101101 | 110100 | 0 | 0 | 111 | 10110100 | 1001110 | 1000101 |
Color Harmonies of #71ECED
Complementary color
Monochromatic Colors of #71ECED
Black with #71ECED
Text Example
Text Example
White with #71ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECED; }
p { color: rgb(113,236,237); }
H1.HeaderClassName
{
color: #71ECED;
}
.AnyTagClassName
{
color: #71ECED;
}
</style>
background-color css
<style>
a { background-color: #71ECED; }
a { background-color: rgb(113,236,237); }
div.DivClassName
{
background-color: #71ECED;
}
.BgClassName
{
background-color: #71ECED;
}
</style>
border-color css
<style>
span { border-color: #71ECED; }
span { border-color: rgb(113,236,237); }
td.TdClassName
{
border-color: #71ECED;
}
.TagClassName
{
border-color: #71ECED;
}
</style>