Shades of Turquoise Blue #71E0F6
Tints of Turquoise Blue #71E0F6
RGB
CMYK
RGB Variations
Color information
#71E0F6 (or 0x71E0F6) is known color: Turquoise Blue. HEX triplet: 71, E0 and F6. RGB value is (113,224,246). Sum of RGB (Red+Green+Blue) = 113+224+246=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #71E0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E0F6 is #8E1F09. Grayscale: #C1C1C1. Windows color (decimal): -9314058 or 16179313. OLE color: 16179313.
HSL color Cylindrical-coordinate representation of color #71E0F6: hue angle of 189.92º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71E0F6 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 224 | 246 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.04 |
| HSL | 189.92º | 0.88% | 0.7% | - |
| HSV(B) | 189.92º | 0.54% | 0.96% | - |
| XYZ | 50.1 | 63.48 | 96.8 | - |
| YUV | 193.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 246 | 0.54 | 0.09 | 0 | 0.04 | 189.92 | 0.88 | 0.7 |
| Hex | 71 | E0 | F6 | 36 | 9 | 0 | 4 | BE | 58 | 46 |
| Octal | 161 | 340 | 366 | 66 | 11 | 0 | 4 | 276 | 130 | 106 |
| Binary | 1110001 | 11100000 | 11110110 | 110110 | 1001 | 0 | 100 | 10111110 | 1011000 | 1000110 |
Color Harmonies of #71E0F6
Complementary color
Monochromatic Colors of #71E0F6
Black with #71E0F6
Text Example
Text Example
White with #71E0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E0F6; }
p { color: rgb(113,224,246); }
H1.HeaderClassName
{
color: #71E0F6;
}
.AnyTagClassName
{
color: #71E0F6;
}
</style>
background-color css
<style>
a { background-color: #71E0F6; }
a { background-color: rgb(113,224,246); }
div.DivClassName
{
background-color: #71E0F6;
}
.BgClassName
{
background-color: #71E0F6;
}
</style>
border-color css
<style>
span { border-color: #71E0F6; }
span { border-color: rgb(113,224,246); }
td.TdClassName
{
border-color: #71E0F6;
}
.TagClassName
{
border-color: #71E0F6;
}
</style>