Shades of Turquoise Blue #71EEED
Tints of Turquoise Blue #71EEED
RGB
CMYK
RGB Variations
Color information
#71EEED (or 0x71EEED) is known color: Turquoise Blue. HEX triplet: 71, EE and ED. RGB value is (113,238,237). Sum of RGB (Red+Green+Blue) = 113+238+237=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EEED is #8E1112. Grayscale: #C8C8C8. Windows color (decimal): -9310483 or 15593073. OLE color: 15593073.
HSL color Cylindrical-coordinate representation of color #71EEED: hue angle of 179.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEED is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 237 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.07 |
| HSL | 179.52º | 0.79% | 0.69% | - |
| HSV(B) | 179.52º | 0.53% | 0.93% | - |
| XYZ | 52.67 | 70.77 | 91.01 | - |
| YUV | 200.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 237 | 0.53 | 0 | 0.00 | 0.07 | 179.52 | 0.79 | 0.69 |
| Hex | 71 | EE | ED | 35 | 0 | 0 | 7 | B4 | 4F | 45 |
| Octal | 161 | 356 | 355 | 65 | 0 | 0 | 7 | 264 | 117 | 105 |
| Binary | 1110001 | 11101110 | 11101101 | 110101 | 0 | 0 | 111 | 10110100 | 1001111 | 1000101 |
Color Harmonies of #71EEED
Complementary color
Monochromatic Colors of #71EEED
Black with #71EEED
Text Example
Text Example
White with #71EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEED; }
p { color: rgb(113,238,237); }
H1.HeaderClassName
{
color: #71EEED;
}
.AnyTagClassName
{
color: #71EEED;
}
</style>
background-color css
<style>
a { background-color: #71EEED; }
a { background-color: rgb(113,238,237); }
div.DivClassName
{
background-color: #71EEED;
}
.BgClassName
{
background-color: #71EEED;
}
</style>
border-color css
<style>
span { border-color: #71EEED; }
span { border-color: rgb(113,238,237); }
td.TdClassName
{
border-color: #71EEED;
}
.TagClassName
{
border-color: #71EEED;
}
</style>