Shades of Turquoise Blue #71DFE9
Tints of Turquoise Blue #71DFE9
RGB
CMYK
RGB Variations
Color information
#71DFE9 (or 0x71DFE9) is known color: Turquoise Blue. HEX triplet: 71, DF and E9. RGB value is (113,223,233). Sum of RGB (Red+Green+Blue) = 113+223+233=569 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.86% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #71DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFE9 is #8E2016. Grayscale: #BFBFBF. Windows color (decimal): -9314327 or 15327089. OLE color: 15327089.
HSL color Cylindrical-coordinate representation of color #71DFE9: hue angle of 185º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DFE9 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 223 | 233 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.09 |
| HSL | 185º | 0.73% | 0.68% | - |
| HSV(B) | 185º | 0.52% | 0.91% | - |
| XYZ | 47.91 | 62.17 | 86.57 | - |
| YUV | 191.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 233 | 0.52 | 0.04 | 0 | 0.09 | 185 | 0.73 | 0.68 |
| Hex | 71 | DF | E9 | 34 | 4 | 0 | 9 | B9 | 49 | 44 |
| Octal | 161 | 337 | 351 | 64 | 4 | 0 | 11 | 271 | 111 | 104 |
| Binary | 1110001 | 11011111 | 11101001 | 110100 | 100 | 0 | 1001 | 10111001 | 1001001 | 1000100 |
Color Harmonies of #71DFE9
Complementary color
Monochromatic Colors of #71DFE9
Black with #71DFE9
Text Example
Text Example
White with #71DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFE9; }
p { color: rgb(113,223,233); }
H1.HeaderClassName
{
color: #71DFE9;
}
.AnyTagClassName
{
color: #71DFE9;
}
</style>
background-color css
<style>
a { background-color: #71DFE9; }
a { background-color: rgb(113,223,233); }
div.DivClassName
{
background-color: #71DFE9;
}
.BgClassName
{
background-color: #71DFE9;
}
</style>
border-color css
<style>
span { border-color: #71DFE9; }
span { border-color: rgb(113,223,233); }
td.TdClassName
{
border-color: #71DFE9;
}
.TagClassName
{
border-color: #71DFE9;
}
</style>