Shades of Turquoise Blue #71DDD4
Tints of Turquoise Blue #71DDD4
RGB
CMYK
RGB Variations
Color information
#71DDD4 (or 0x71DDD4) is known color: Turquoise Blue. HEX triplet: 71, DD and D4. RGB value is (113,221,212). Sum of RGB (Red+Green+Blue) = 113+221+212=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDD4 is #8E222B. Grayscale: #BBBBBB. Windows color (decimal): -9314860 or 13950321. OLE color: 13950321.
HSL color Cylindrical-coordinate representation of color #71DDD4: hue angle of 175º 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 #71DDD4 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 212 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.13 |
| HSL | 175º | 0.61% | 0.65% | - |
| HSV(B) | 175º | 0.49% | 0.87% | - |
| XYZ | 44.55 | 59.98 | 71.52 | - |
| YUV | 187.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 212 | 0.49 | 0 | 0.04 | 0.13 | 175 | 0.61 | 0.65 |
| Hex | 71 | DD | D4 | 31 | 0 | 4 | D | AF | 3D | 41 |
| Octal | 161 | 335 | 324 | 61 | 0 | 4 | 15 | 257 | 75 | 101 |
| Binary | 1110001 | 11011101 | 11010100 | 110001 | 0 | 100 | 1101 | 10101111 | 111101 | 1000001 |
Color Harmonies of #71DDD4
Complementary color
Monochromatic Colors of #71DDD4
Black with #71DDD4
Text Example
Text Example
White with #71DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDD4; }
p { color: rgb(113,221,212); }
H1.HeaderClassName
{
color: #71DDD4;
}
.AnyTagClassName
{
color: #71DDD4;
}
</style>
background-color css
<style>
a { background-color: #71DDD4; }
a { background-color: rgb(113,221,212); }
div.DivClassName
{
background-color: #71DDD4;
}
.BgClassName
{
background-color: #71DDD4;
}
</style>
border-color css
<style>
span { border-color: #71DDD4; }
span { border-color: rgb(113,221,212); }
td.TdClassName
{
border-color: #71DDD4;
}
.TagClassName
{
border-color: #71DDD4;
}
</style>