Shades of Turquoise Blue #71ECE4
Tints of Turquoise Blue #71ECE4
RGB
CMYK
RGB Variations
Color information
#71ECE4 (or 0x71ECE4) is known color: Turquoise Blue. HEX triplet: 71, EC and E4. RGB value is (113,236,228). Sum of RGB (Red+Green+Blue) = 113+236+228=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECE4 is #8E131B. Grayscale: #C6C6C6. Windows color (decimal): -9311004 or 15002737. OLE color: 15002737.
HSL color Cylindrical-coordinate representation of color #71ECE4: hue angle of 176.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECE4 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 228 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.07 |
| HSL | 176.1º | 0.76% | 0.68% | - |
| HSV(B) | 176.1º | 0.52% | 0.93% | - |
| XYZ | 50.81 | 69.1 | 84.06 | - |
| YUV | 198.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 228 | 0.52 | 0 | 0.03 | 0.07 | 176.1 | 0.76 | 0.68 |
| Hex | 71 | EC | E4 | 34 | 0 | 3 | 7 | B0 | 4C | 44 |
| Octal | 161 | 354 | 344 | 64 | 0 | 3 | 7 | 260 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11100100 | 110100 | 0 | 11 | 111 | 10110000 | 1001100 | 1000100 |
Color Harmonies of #71ECE4
Complementary color
Monochromatic Colors of #71ECE4
Black with #71ECE4
Text Example
Text Example
White with #71ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECE4; }
p { color: rgb(113,236,228); }
H1.HeaderClassName
{
color: #71ECE4;
}
.AnyTagClassName
{
color: #71ECE4;
}
</style>
background-color css
<style>
a { background-color: #71ECE4; }
a { background-color: rgb(113,236,228); }
div.DivClassName
{
background-color: #71ECE4;
}
.BgClassName
{
background-color: #71ECE4;
}
</style>
border-color css
<style>
span { border-color: #71ECE4; }
span { border-color: rgb(113,236,228); }
td.TdClassName
{
border-color: #71ECE4;
}
.TagClassName
{
border-color: #71ECE4;
}
</style>