Shades of Turquoise Blue #71DDD7
Tints of Turquoise Blue #71DDD7
RGB
CMYK
RGB Variations
Color information
#71DDD7 (or 0x71DDD7) is known color: Turquoise Blue. HEX triplet: 71, DD and D7. RGB value is (113,221,215). Sum of RGB (Red+Green+Blue) = 113+221+215=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDD7 is #8E2228. Grayscale: #BBBBBB. Windows color (decimal): -9314857 or 14146929. OLE color: 14146929.
HSL color Cylindrical-coordinate representation of color #71DDD7: hue angle of 176.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDD7 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 215 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.13 |
| HSL | 176.67º | 0.61% | 0.65% | - |
| HSV(B) | 176.67º | 0.49% | 0.87% | - |
| XYZ | 44.93 | 60.13 | 73.53 | - |
| YUV | 188.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 215 | 0.49 | 0 | 0.03 | 0.13 | 176.67 | 0.61 | 0.65 |
| Hex | 71 | DD | D7 | 31 | 0 | 3 | D | B1 | 3D | 41 |
| Octal | 161 | 335 | 327 | 61 | 0 | 3 | 15 | 261 | 75 | 101 |
| Binary | 1110001 | 11011101 | 11010111 | 110001 | 0 | 11 | 1101 | 10110001 | 111101 | 1000001 |
Color Harmonies of #71DDD7
Complementary color
Monochromatic Colors of #71DDD7
Black with #71DDD7
Text Example
Text Example
White with #71DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDD7; }
p { color: rgb(113,221,215); }
H1.HeaderClassName
{
color: #71DDD7;
}
.AnyTagClassName
{
color: #71DDD7;
}
</style>
background-color css
<style>
a { background-color: #71DDD7; }
a { background-color: rgb(113,221,215); }
div.DivClassName
{
background-color: #71DDD7;
}
.BgClassName
{
background-color: #71DDD7;
}
</style>
border-color css
<style>
span { border-color: #71DDD7; }
span { border-color: rgb(113,221,215); }
td.TdClassName
{
border-color: #71DDD7;
}
.TagClassName
{
border-color: #71DDD7;
}
</style>