Shades of Turquoise Blue #71D8D5
Tints of Turquoise Blue #71D8D5
RGB
CMYK
RGB Variations
Color information
#71D8D5 (or 0x71D8D5) is known color: Turquoise Blue. HEX triplet: 71, D8 and D5. RGB value is (113,216,213). Sum of RGB (Red+Green+Blue) = 113+216+213=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8D5 is #8E272A. Grayscale: #B8B8B8. Windows color (decimal): -9316139 or 14014577. OLE color: 14014577.
HSL color Cylindrical-coordinate representation of color #71D8D5: hue angle of 178.25º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8D5 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 213 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.15 |
| HSL | 178.25º | 0.57% | 0.65% | - |
| HSV(B) | 178.25º | 0.48% | 0.85% | - |
| XYZ | 43.38 | 57.43 | 71.75 | - |
| YUV | 184.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 213 | 0.48 | 0 | 0.01 | 0.15 | 178.25 | 0.57 | 0.65 |
| Hex | 71 | D8 | D5 | 30 | 0 | 1 | F | B2 | 39 | 41 |
| Octal | 161 | 330 | 325 | 60 | 0 | 1 | 17 | 262 | 71 | 101 |
| Binary | 1110001 | 11011000 | 11010101 | 110000 | 0 | 1 | 1111 | 10110010 | 111001 | 1000001 |
Color Harmonies of #71D8D5
Complementary color
Monochromatic Colors of #71D8D5
Black with #71D8D5
Text Example
Text Example
White with #71D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8D5; }
p { color: rgb(113,216,213); }
H1.HeaderClassName
{
color: #71D8D5;
}
.AnyTagClassName
{
color: #71D8D5;
}
</style>
background-color css
<style>
a { background-color: #71D8D5; }
a { background-color: rgb(113,216,213); }
div.DivClassName
{
background-color: #71D8D5;
}
.BgClassName
{
background-color: #71D8D5;
}
</style>
border-color css
<style>
span { border-color: #71D8D5; }
span { border-color: rgb(113,216,213); }
td.TdClassName
{
border-color: #71D8D5;
}
.TagClassName
{
border-color: #71D8D5;
}
</style>