Shades of Turquoise Blue #71DEDD
Tints of Turquoise Blue #71DEDD
RGB
CMYK
RGB Variations
Color information
#71DEDD (or 0x71DEDD) is known color: Turquoise Blue. HEX triplet: 71, DE and DD. RGB value is (113,222,221). Sum of RGB (Red+Green+Blue) = 113+222+221=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEDD is #8E2122. Grayscale: #BDBDBD. Windows color (decimal): -9314595 or 14540401. OLE color: 14540401.
HSL color Cylindrical-coordinate representation of color #71DEDD: hue angle of 179.45º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEDD is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 222 | 221 | - |
| CMYK | 0.49 | 0 | 0.00 | 0.13 |
| HSL | 179.45º | 0.62% | 0.66% | - |
| HSV(B) | 179.45º | 0.49% | 0.87% | - |
| XYZ | 45.98 | 60.97 | 77.75 | - |
| YUV | 189.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 222 | 221 | 0.49 | 0 | 0.00 | 0.13 | 179.45 | 0.62 | 0.66 |
| Hex | 71 | DE | DD | 31 | 0 | 0 | D | B3 | 3E | 42 |
| Octal | 161 | 336 | 335 | 61 | 0 | 0 | 15 | 263 | 76 | 102 |
| Binary | 1110001 | 11011110 | 11011101 | 110001 | 0 | 0 | 1101 | 10110011 | 111110 | 1000010 |
Color Harmonies of #71DEDD
Complementary color
Monochromatic Colors of #71DEDD
Black with #71DEDD
Text Example
Text Example
White with #71DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DEDD; }
p { color: rgb(113,222,221); }
H1.HeaderClassName
{
color: #71DEDD;
}
.AnyTagClassName
{
color: #71DEDD;
}
</style>
background-color css
<style>
a { background-color: #71DEDD; }
a { background-color: rgb(113,222,221); }
div.DivClassName
{
background-color: #71DEDD;
}
.BgClassName
{
background-color: #71DEDD;
}
</style>
border-color css
<style>
span { border-color: #71DEDD; }
span { border-color: rgb(113,222,221); }
td.TdClassName
{
border-color: #71DEDD;
}
.TagClassName
{
border-color: #71DEDD;
}
</style>