Shades of Turquoise Blue #71D3EB
Tints of Turquoise Blue #71D3EB
RGB
CMYK
RGB Variations
Color information
#71D3EB (or 0x71D3EB) is known color: Turquoise Blue. HEX triplet: 71, D3 and EB. RGB value is (113,211,235). Sum of RGB (Red+Green+Blue) = 113+211+235=559 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.21% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #71D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D3EB is #8E2C14. Grayscale: #B8B8B8. Windows color (decimal): -9317397 or 15455089. OLE color: 15455089.
HSL color Cylindrical-coordinate representation of color #71D3EB: hue angle of 191.8º degrees, saturation: 0.75, 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 #71D3EB is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 211 | 235 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.08 |
| HSL | 191.8º | 0.75% | 0.68% | - |
| HSV(B) | 191.8º | 0.52% | 0.92% | - |
| XYZ | 45.1 | 56.1 | 87.05 | - |
| YUV | 184.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 235 | 0.52 | 0.10 | 0 | 0.08 | 191.8 | 0.75 | 0.68 |
| Hex | 71 | D3 | EB | 34 | A | 0 | 8 | C0 | 4B | 44 |
| Octal | 161 | 323 | 353 | 64 | 12 | 0 | 10 | 300 | 113 | 104 |
| Binary | 1110001 | 11010011 | 11101011 | 110100 | 1010 | 0 | 1000 | 11000000 | 1001011 | 1000100 |
Color Harmonies of #71D3EB
Complementary color
Monochromatic Colors of #71D3EB
Black with #71D3EB
Text Example
Text Example
White with #71D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D3EB; }
p { color: rgb(113,211,235); }
H1.HeaderClassName
{
color: #71D3EB;
}
.AnyTagClassName
{
color: #71D3EB;
}
</style>
background-color css
<style>
a { background-color: #71D3EB; }
a { background-color: rgb(113,211,235); }
div.DivClassName
{
background-color: #71D3EB;
}
.BgClassName
{
background-color: #71D3EB;
}
</style>
border-color css
<style>
span { border-color: #71D3EB; }
span { border-color: rgb(113,211,235); }
td.TdClassName
{
border-color: #71D3EB;
}
.TagClassName
{
border-color: #71D3EB;
}
</style>