Shades of Turquoise Blue #71E4ED
Tints of Turquoise Blue #71E4ED
RGB
CMYK
RGB Variations
Color information
#71E4ED (or 0x71E4ED) is known color: Turquoise Blue. HEX triplet: 71, E4 and ED. RGB value is (113,228,237). Sum of RGB (Red+Green+Blue) = 113+228+237=578 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.55% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #71E4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E4ED is #8E1B12. Grayscale: #C2C2C2. Windows color (decimal): -9313043 or 15590513. OLE color: 15590513.
HSL color Cylindrical-coordinate representation of color #71E4ED: hue angle of 184.35º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E4ED is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 228 | 237 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.07 |
| HSL | 184.35º | 0.78% | 0.69% | - |
| HSV(B) | 184.35º | 0.52% | 0.93% | - |
| XYZ | 49.84 | 65.11 | 90.06 | - |
| YUV | 194.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 228 | 237 | 0.52 | 0.04 | 0 | 0.07 | 184.35 | 0.78 | 0.69 |
| Hex | 71 | E4 | ED | 34 | 4 | 0 | 7 | B8 | 4E | 45 |
| Octal | 161 | 344 | 355 | 64 | 4 | 0 | 7 | 270 | 116 | 105 |
| Binary | 1110001 | 11100100 | 11101101 | 110100 | 100 | 0 | 111 | 10111000 | 1001110 | 1000101 |
Color Harmonies of #71E4ED
Complementary color
Monochromatic Colors of #71E4ED
Black with #71E4ED
Text Example
Text Example
White with #71E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E4ED; }
p { color: rgb(113,228,237); }
H1.HeaderClassName
{
color: #71E4ED;
}
.AnyTagClassName
{
color: #71E4ED;
}
</style>
background-color css
<style>
a { background-color: #71E4ED; }
a { background-color: rgb(113,228,237); }
div.DivClassName
{
background-color: #71E4ED;
}
.BgClassName
{
background-color: #71E4ED;
}
</style>
border-color css
<style>
span { border-color: #71E4ED; }
span { border-color: rgb(113,228,237); }
td.TdClassName
{
border-color: #71E4ED;
}
.TagClassName
{
border-color: #71E4ED;
}
</style>