Shades of Turquoise Blue #71E0FC
Tints of Turquoise Blue #71E0FC
RGB
CMYK
RGB Variations
Color information
#71E0FC (or 0x71E0FC) is known color: Turquoise Blue. HEX triplet: 71, E0 and FC. RGB value is (113,224,252). Sum of RGB (Red+Green+Blue) = 113+224+252=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #71E0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E0FC is #8E1F03. Grayscale: #C1C1C1. Windows color (decimal): -9314052 or 16572529. OLE color: 16572529.
HSL color Cylindrical-coordinate representation of color #71E0FC: hue angle of 192.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71E0FC is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 224 | 252 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.01 |
| HSL | 192.09º | 0.96% | 0.72% | - |
| HSV(B) | 192.09º | 0.55% | 0.99% | - |
| XYZ | 51.04 | 63.85 | 101.73 | - |
| YUV | 194 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 252 | 0.55 | 0.11 | 0 | 0.01 | 192.09 | 0.96 | 0.72 |
| Hex | 71 | E0 | FC | 37 | B | 0 | 1 | C0 | 60 | 48 |
| Octal | 161 | 340 | 374 | 67 | 13 | 0 | 1 | 300 | 140 | 110 |
| Binary | 1110001 | 11100000 | 11111100 | 110111 | 1011 | 0 | 1 | 11000000 | 1100000 | 1001000 |
Color Harmonies of #71E0FC
Complementary color
Monochromatic Colors of #71E0FC
Black with #71E0FC
Text Example
Text Example
White with #71E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E0FC; }
p { color: rgb(113,224,252); }
H1.HeaderClassName
{
color: #71E0FC;
}
.AnyTagClassName
{
color: #71E0FC;
}
</style>
background-color css
<style>
a { background-color: #71E0FC; }
a { background-color: rgb(113,224,252); }
div.DivClassName
{
background-color: #71E0FC;
}
.BgClassName
{
background-color: #71E0FC;
}
</style>
border-color css
<style>
span { border-color: #71E0FC; }
span { border-color: rgb(113,224,252); }
td.TdClassName
{
border-color: #71E0FC;
}
.TagClassName
{
border-color: #71E0FC;
}
</style>