Shades of Turquoise Blue #71E9E7
Tints of Turquoise Blue #71E9E7
RGB
CMYK
RGB Variations
Color information
#71E9E7 (or 0x71E9E7) is known color: Turquoise Blue. HEX triplet: 71, E9 and E7. RGB value is (113,233,231). Sum of RGB (Red+Green+Blue) = 113+233+231=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #71E9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E9E7 is #8E1618. Grayscale: #C4C4C4. Windows color (decimal): -9311769 or 15198577. OLE color: 15198577.
HSL color Cylindrical-coordinate representation of color #71E9E7: hue angle of 179º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E9E7 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 233 | 231 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.09 |
| HSL | 179º | 0.73% | 0.68% | - |
| HSV(B) | 179º | 0.52% | 0.91% | - |
| XYZ | 50.37 | 67.56 | 85.99 | - |
| YUV | 196.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 233 | 231 | 0.52 | 0 | 0.01 | 0.09 | 179 | 0.73 | 0.68 |
| Hex | 71 | E9 | E7 | 34 | 0 | 1 | 9 | B3 | 49 | 44 |
| Octal | 161 | 351 | 347 | 64 | 0 | 1 | 11 | 263 | 111 | 104 |
| Binary | 1110001 | 11101001 | 11100111 | 110100 | 0 | 1 | 1001 | 10110011 | 1001001 | 1000100 |
Color Harmonies of #71E9E7
Complementary color
Monochromatic Colors of #71E9E7
Black with #71E9E7
Text Example
Text Example
White with #71E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E9E7; }
p { color: rgb(113,233,231); }
H1.HeaderClassName
{
color: #71E9E7;
}
.AnyTagClassName
{
color: #71E9E7;
}
</style>
background-color css
<style>
a { background-color: #71E9E7; }
a { background-color: rgb(113,233,231); }
div.DivClassName
{
background-color: #71E9E7;
}
.BgClassName
{
background-color: #71E9E7;
}
</style>
border-color css
<style>
span { border-color: #71E9E7; }
span { border-color: rgb(113,233,231); }
td.TdClassName
{
border-color: #71E9E7;
}
.TagClassName
{
border-color: #71E9E7;
}
</style>