Shades of Turquoise Blue #71DFFA
Tints of Turquoise Blue #71DFFA
RGB
CMYK
RGB Variations
Color information
#71DFFA (or 0x71DFFA) is known color: Turquoise Blue. HEX triplet: 71, DF and FA. RGB value is (113,223,250). Sum of RGB (Red+Green+Blue) = 113+223+250=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #71DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFA is #8E2005. Grayscale: #C0C0C0. Windows color (decimal): -9314310 or 16441201. OLE color: 16441201.
HSL color Cylindrical-coordinate representation of color #71DFFA: hue angle of 191.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DFFA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 223 | 250 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.02 |
| HSL | 191.82º | 0.93% | 0.71% | - |
| HSV(B) | 191.82º | 0.55% | 0.98% | - |
| XYZ | 50.45 | 63.19 | 99.98 | - |
| YUV | 193.19 | 160.06 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 250 | 0.55 | 0.11 | 0 | 0.02 | 191.82 | 0.93 | 0.71 |
| Hex | 71 | DF | FA | 37 | B | 0 | 2 | C0 | 5D | 47 |
| Octal | 161 | 337 | 372 | 67 | 13 | 0 | 2 | 300 | 135 | 107 |
| Binary | 1110001 | 11011111 | 11111010 | 110111 | 1011 | 0 | 10 | 11000000 | 1011101 | 1000111 |
Color Harmonies of #71DFFA
Complementary color
Monochromatic Colors of #71DFFA
Black with #71DFFA
Text Example
Text Example
White with #71DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFFA; }
p { color: rgb(113,223,250); }
H1.HeaderClassName
{
color: #71DFFA;
}
.AnyTagClassName
{
color: #71DFFA;
}
</style>
background-color css
<style>
a { background-color: #71DFFA; }
a { background-color: rgb(113,223,250); }
div.DivClassName
{
background-color: #71DFFA;
}
.BgClassName
{
background-color: #71DFFA;
}
</style>
border-color css
<style>
span { border-color: #71DFFA; }
span { border-color: rgb(113,223,250); }
td.TdClassName
{
border-color: #71DFFA;
}
.TagClassName
{
border-color: #71DFFA;
}
</style>