Shades of Turquoise Blue #71DCDD
Tints of Turquoise Blue #71DCDD
RGB
CMYK
RGB Variations
Color information
#71DCDD (or 0x71DCDD) is known color: Turquoise Blue. HEX triplet: 71, DC and DD. RGB value is (113,220,221). Sum of RGB (Red+Green+Blue) = 113+220+221=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #71DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCDD is #8E2322. Grayscale: #BCBCBC. Windows color (decimal): -9315107 or 14539889. OLE color: 14539889.
HSL color Cylindrical-coordinate representation of color #71DCDD: hue angle of 180.56º 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 #71DCDD is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 220 | 221 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.13 |
| HSL | 180.56º | 0.61% | 0.65% | - |
| HSV(B) | 180.56º | 0.49% | 0.87% | - |
| XYZ | 45.45 | 59.92 | 77.58 | - |
| YUV | 188.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 221 | 0.49 | 0.00 | 0 | 0.13 | 180.56 | 0.61 | 0.65 |
| Hex | 71 | DC | DD | 31 | 0 | 0 | D | B5 | 3D | 41 |
| Octal | 161 | 334 | 335 | 61 | 0 | 0 | 15 | 265 | 75 | 101 |
| Binary | 1110001 | 11011100 | 11011101 | 110001 | 0 | 0 | 1101 | 10110101 | 111101 | 1000001 |
Color Harmonies of #71DCDD
Complementary color
Monochromatic Colors of #71DCDD
Black with #71DCDD
Text Example
Text Example
White with #71DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCDD; }
p { color: rgb(113,220,221); }
H1.HeaderClassName
{
color: #71DCDD;
}
.AnyTagClassName
{
color: #71DCDD;
}
</style>
background-color css
<style>
a { background-color: #71DCDD; }
a { background-color: rgb(113,220,221); }
div.DivClassName
{
background-color: #71DCDD;
}
.BgClassName
{
background-color: #71DCDD;
}
</style>
border-color css
<style>
span { border-color: #71DCDD; }
span { border-color: rgb(113,220,221); }
td.TdClassName
{
border-color: #71DCDD;
}
.TagClassName
{
border-color: #71DCDD;
}
</style>