Shades of Turquoise Blue #71E2E9
Tints of Turquoise Blue #71E2E9
RGB
CMYK
RGB Variations
Color information
#71E2E9 (or 0x71E2E9) is known color: Turquoise Blue. HEX triplet: 71, E2 and E9. RGB value is (113,226,233). Sum of RGB (Red+Green+Blue) = 113+226+233=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #71E2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E2E9 is #8E1D16. Grayscale: #C0C0C0. Windows color (decimal): -9313559 or 15327857. OLE color: 15327857.
HSL color Cylindrical-coordinate representation of color #71E2E9: hue angle of 183.5º 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 #71E2E9 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 226 | 233 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.09 |
| HSL | 183.5º | 0.73% | 0.68% | - |
| HSV(B) | 183.5º | 0.52% | 0.91% | - |
| XYZ | 48.71 | 63.79 | 86.84 | - |
| YUV | 193.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 233 | 0.52 | 0.03 | 0 | 0.09 | 183.5 | 0.73 | 0.68 |
| Hex | 71 | E2 | E9 | 34 | 3 | 0 | 9 | B8 | 49 | 44 |
| Octal | 161 | 342 | 351 | 64 | 3 | 0 | 11 | 270 | 111 | 104 |
| Binary | 1110001 | 11100010 | 11101001 | 110100 | 11 | 0 | 1001 | 10111000 | 1001001 | 1000100 |
Color Harmonies of #71E2E9
Complementary color
Monochromatic Colors of #71E2E9
Black with #71E2E9
Text Example
Text Example
White with #71E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E2E9; }
p { color: rgb(113,226,233); }
H1.HeaderClassName
{
color: #71E2E9;
}
.AnyTagClassName
{
color: #71E2E9;
}
</style>
background-color css
<style>
a { background-color: #71E2E9; }
a { background-color: rgb(113,226,233); }
div.DivClassName
{
background-color: #71E2E9;
}
.BgClassName
{
background-color: #71E2E9;
}
</style>
border-color css
<style>
span { border-color: #71E2E9; }
span { border-color: rgb(113,226,233); }
td.TdClassName
{
border-color: #71E2E9;
}
.TagClassName
{
border-color: #71E2E9;
}
</style>