Shades of Turquoise Blue #71EFE0
Tints of Turquoise Blue #71EFE0
RGB
CMYK
RGB Variations
Color information
#71EFE0 (or 0x71EFE0) is known color: Turquoise Blue. HEX triplet: 71, EF and E0. RGB value is (113,239,224). Sum of RGB (Red+Green+Blue) = 113+239+224=576 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.62% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFE0 is #8E101F. Grayscale: #C7C7C7. Windows color (decimal): -9310240 or 14741361. OLE color: 14741361.
HSL color Cylindrical-coordinate representation of color #71EFE0: hue angle of 172.86º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFE0 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 224 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.06 |
| HSL | 172.86º | 0.8% | 0.69% | - |
| HSV(B) | 172.86º | 0.53% | 0.94% | - |
| XYZ | 51.13 | 70.63 | 81.46 | - |
| YUV | 199.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 224 | 0.53 | 0 | 0.06 | 0.06 | 172.86 | 0.8 | 0.69 |
| Hex | 71 | EF | E0 | 35 | 0 | 6 | 6 | AD | 50 | 45 |
| Octal | 161 | 357 | 340 | 65 | 0 | 6 | 6 | 255 | 120 | 105 |
| Binary | 1110001 | 11101111 | 11100000 | 110101 | 0 | 110 | 110 | 10101101 | 1010000 | 1000101 |
Color Harmonies of #71EFE0
Complementary color
Monochromatic Colors of #71EFE0
Black with #71EFE0
Text Example
Text Example
White with #71EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFE0; }
p { color: rgb(113,239,224); }
H1.HeaderClassName
{
color: #71EFE0;
}
.AnyTagClassName
{
color: #71EFE0;
}
</style>
background-color css
<style>
a { background-color: #71EFE0; }
a { background-color: rgb(113,239,224); }
div.DivClassName
{
background-color: #71EFE0;
}
.BgClassName
{
background-color: #71EFE0;
}
</style>
border-color css
<style>
span { border-color: #71EFE0; }
span { border-color: rgb(113,239,224); }
td.TdClassName
{
border-color: #71EFE0;
}
.TagClassName
{
border-color: #71EFE0;
}
</style>