Shades of Turquoise Blue #71EFEC
Tints of Turquoise Blue #71EFEC
RGB
CMYK
RGB Variations
Color information
#71EFEC (or 0x71EFEC) is known color: Turquoise Blue. HEX triplet: 71, EF and EC. RGB value is (113,239,236). Sum of RGB (Red+Green+Blue) = 113+239+236=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EFEC is #8E1013. Grayscale: #C8C8C8. Windows color (decimal): -9310228 or 15527793. OLE color: 15527793.
HSL color Cylindrical-coordinate representation of color #71EFEC: hue angle of 178.57º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFEC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 236 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.06 |
| HSL | 178.57º | 0.8% | 0.69% | - |
| HSV(B) | 178.57º | 0.53% | 0.94% | - |
| XYZ | 52.82 | 71.3 | 90.34 | - |
| YUV | 200.98 | 147.76 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 236 | 0.53 | 0 | 0.01 | 0.06 | 178.57 | 0.8 | 0.69 |
| Hex | 71 | EF | EC | 35 | 0 | 1 | 6 | B3 | 50 | 45 |
| Octal | 161 | 357 | 354 | 65 | 0 | 1 | 6 | 263 | 120 | 105 |
| Binary | 1110001 | 11101111 | 11101100 | 110101 | 0 | 1 | 110 | 10110011 | 1010000 | 1000101 |
Color Harmonies of #71EFEC
Complementary color
Monochromatic Colors of #71EFEC
Black with #71EFEC
Text Example
Text Example
White with #71EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFEC; }
p { color: rgb(113,239,236); }
H1.HeaderClassName
{
color: #71EFEC;
}
.AnyTagClassName
{
color: #71EFEC;
}
</style>
background-color css
<style>
a { background-color: #71EFEC; }
a { background-color: rgb(113,239,236); }
div.DivClassName
{
background-color: #71EFEC;
}
.BgClassName
{
background-color: #71EFEC;
}
</style>
border-color css
<style>
span { border-color: #71EFEC; }
span { border-color: rgb(113,239,236); }
td.TdClassName
{
border-color: #71EFEC;
}
.TagClassName
{
border-color: #71EFEC;
}
</style>