Shades of Turquoise Blue #71E9DF
Tints of Turquoise Blue #71E9DF
RGB
CMYK
RGB Variations
Color information
#71E9DF (or 0x71E9DF) is known color: Turquoise Blue. HEX triplet: 71, E9 and DF. RGB value is (113,233,223). Sum of RGB (Red+Green+Blue) = 113+233+223=569 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.86% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #71E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71E9DF is #8E1620. Grayscale: #C3C3C3. Windows color (decimal): -9311777 or 14674289. OLE color: 14674289.
HSL color Cylindrical-coordinate representation of color #71E9DF: hue angle of 175º 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 #71E9DF is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 233 | 223 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.09 |
| HSL | 175º | 0.73% | 0.68% | - |
| HSV(B) | 175º | 0.52% | 0.91% | - |
| XYZ | 49.27 | 67.12 | 80.17 | - |
| YUV | 195.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 233 | 223 | 0.52 | 0 | 0.04 | 0.09 | 175 | 0.73 | 0.68 |
| Hex | 71 | E9 | DF | 34 | 0 | 4 | 9 | AF | 49 | 44 |
| Octal | 161 | 351 | 337 | 64 | 0 | 4 | 11 | 257 | 111 | 104 |
| Binary | 1110001 | 11101001 | 11011111 | 110100 | 0 | 100 | 1001 | 10101111 | 1001001 | 1000100 |
Color Harmonies of #71E9DF
Complementary color
Monochromatic Colors of #71E9DF
Black with #71E9DF
Text Example
Text Example
White with #71E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E9DF; }
p { color: rgb(113,233,223); }
H1.HeaderClassName
{
color: #71E9DF;
}
.AnyTagClassName
{
color: #71E9DF;
}
</style>
background-color css
<style>
a { background-color: #71E9DF; }
a { background-color: rgb(113,233,223); }
div.DivClassName
{
background-color: #71E9DF;
}
.BgClassName
{
background-color: #71E9DF;
}
</style>
border-color css
<style>
span { border-color: #71E9DF; }
span { border-color: rgb(113,233,223); }
td.TdClassName
{
border-color: #71E9DF;
}
.TagClassName
{
border-color: #71E9DF;
}
</style>