Shades of Turquoise Blue #71E5EA
Tints of Turquoise Blue #71E5EA
RGB
CMYK
RGB Variations
Color information
#71E5EA (or 0x71E5EA) is known color: Turquoise Blue. HEX triplet: 71, E5 and EA. RGB value is (113,229,234). Sum of RGB (Red+Green+Blue) = 113+229+234=576 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.62% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #71E5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E5EA is #8E1A15. Grayscale: #C2C2C2. Windows color (decimal): -9312790 or 15394161. OLE color: 15394161.
HSL color Cylindrical-coordinate representation of color #71E5EA: hue angle of 182.48º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E5EA is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 229 | 234 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.08 |
| HSL | 182.48º | 0.74% | 0.68% | - |
| HSV(B) | 182.48º | 0.52% | 0.92% | - |
| XYZ | 49.68 | 65.49 | 87.86 | - |
| YUV | 194.89 | 150.07 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 234 | 0.52 | 0.02 | 0 | 0.08 | 182.48 | 0.74 | 0.68 |
| Hex | 71 | E5 | EA | 34 | 2 | 0 | 8 | B6 | 4A | 44 |
| Octal | 161 | 345 | 352 | 64 | 2 | 0 | 10 | 266 | 112 | 104 |
| Binary | 1110001 | 11100101 | 11101010 | 110100 | 10 | 0 | 1000 | 10110110 | 1001010 | 1000100 |
Color Harmonies of #71E5EA
Complementary color
Monochromatic Colors of #71E5EA
Black with #71E5EA
Text Example
Text Example
White with #71E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E5EA; }
p { color: rgb(113,229,234); }
H1.HeaderClassName
{
color: #71E5EA;
}
.AnyTagClassName
{
color: #71E5EA;
}
</style>
background-color css
<style>
a { background-color: #71E5EA; }
a { background-color: rgb(113,229,234); }
div.DivClassName
{
background-color: #71E5EA;
}
.BgClassName
{
background-color: #71E5EA;
}
</style>
border-color css
<style>
span { border-color: #71E5EA; }
span { border-color: rgb(113,229,234); }
td.TdClassName
{
border-color: #71E5EA;
}
.TagClassName
{
border-color: #71E5EA;
}
</style>