Shades of Turquoise Blue #71DCD9
Tints of Turquoise Blue #71DCD9
RGB
CMYK
RGB Variations
Color information
#71DCD9 (or 0x71DCD9) is known color: Turquoise Blue. HEX triplet: 71, DC and D9. RGB value is (113,220,217). Sum of RGB (Red+Green+Blue) = 113+220+217=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCD9 is #8E2326. Grayscale: #BBBBBB. Windows color (decimal): -9315111 or 14277745. OLE color: 14277745.
HSL color Cylindrical-coordinate representation of color #71DCD9: hue angle of 178.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCD9 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 217 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.14 |
| HSL | 178.32º | 0.6% | 0.65% | - |
| HSV(B) | 178.32º | 0.49% | 0.86% | - |
| XYZ | 44.93 | 59.71 | 74.8 | - |
| YUV | 187.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 217 | 0.49 | 0 | 0.01 | 0.14 | 178.32 | 0.6 | 0.65 |
| Hex | 71 | DC | D9 | 31 | 0 | 1 | E | B2 | 3C | 41 |
| Octal | 161 | 334 | 331 | 61 | 0 | 1 | 16 | 262 | 74 | 101 |
| Binary | 1110001 | 11011100 | 11011001 | 110001 | 0 | 1 | 1110 | 10110010 | 111100 | 1000001 |
Color Harmonies of #71DCD9
Complementary color
Monochromatic Colors of #71DCD9
Black with #71DCD9
Text Example
Text Example
White with #71DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCD9; }
p { color: rgb(113,220,217); }
H1.HeaderClassName
{
color: #71DCD9;
}
.AnyTagClassName
{
color: #71DCD9;
}
</style>
background-color css
<style>
a { background-color: #71DCD9; }
a { background-color: rgb(113,220,217); }
div.DivClassName
{
background-color: #71DCD9;
}
.BgClassName
{
background-color: #71DCD9;
}
</style>
border-color css
<style>
span { border-color: #71DCD9; }
span { border-color: rgb(113,220,217); }
td.TdClassName
{
border-color: #71DCD9;
}
.TagClassName
{
border-color: #71DCD9;
}
</style>