Shades of Turquoise Blue #71EEE0
Tints of Turquoise Blue #71EEE0
RGB
CMYK
RGB Variations
Color information
#71EEE0 (or 0x71EEE0) is known color: Turquoise Blue. HEX triplet: 71, EE and E0. RGB value is (113,238,224). Sum of RGB (Red+Green+Blue) = 113+238+224=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEE0 is #8E111F. Grayscale: #C6C6C6. Windows color (decimal): -9310496 or 14741105. OLE color: 14741105.
HSL color Cylindrical-coordinate representation of color #71EEE0: hue angle of 173.28º 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 #71EEE0 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 224 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.07 |
| HSL | 173.28º | 0.79% | 0.69% | - |
| HSV(B) | 173.28º | 0.53% | 0.93% | - |
| XYZ | 50.84 | 70.04 | 81.36 | - |
| YUV | 199.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 224 | 0.53 | 0 | 0.06 | 0.07 | 173.28 | 0.79 | 0.69 |
| Hex | 71 | EE | E0 | 35 | 0 | 6 | 7 | AD | 4F | 45 |
| Octal | 161 | 356 | 340 | 65 | 0 | 6 | 7 | 255 | 117 | 105 |
| Binary | 1110001 | 11101110 | 11100000 | 110101 | 0 | 110 | 111 | 10101101 | 1001111 | 1000101 |
Color Harmonies of #71EEE0
Complementary color
Monochromatic Colors of #71EEE0
Black with #71EEE0
Text Example
Text Example
White with #71EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEE0; }
p { color: rgb(113,238,224); }
H1.HeaderClassName
{
color: #71EEE0;
}
.AnyTagClassName
{
color: #71EEE0;
}
</style>
background-color css
<style>
a { background-color: #71EEE0; }
a { background-color: rgb(113,238,224); }
div.DivClassName
{
background-color: #71EEE0;
}
.BgClassName
{
background-color: #71EEE0;
}
</style>
border-color css
<style>
span { border-color: #71EEE0; }
span { border-color: rgb(113,238,224); }
td.TdClassName
{
border-color: #71EEE0;
}
.TagClassName
{
border-color: #71EEE0;
}
</style>