Shades of Turquoise Blue #71D6DE
Tints of Turquoise Blue #71D6DE
RGB
CMYK
RGB Variations
Color information
#71D6DE (or 0x71D6DE) is known color: Turquoise Blue. HEX triplet: 71, D6 and DE. RGB value is (113,214,222). Sum of RGB (Red+Green+Blue) = 113+214+222=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #71D6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6DE is #8E2921. Grayscale: #B8B8B8. Windows color (decimal): -9316642 or 14603889. OLE color: 14603889.
HSL color Cylindrical-coordinate representation of color #71D6DE: hue angle of 184.4º 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 #71D6DE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 214 | 222 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.13 |
| HSL | 184.4º | 0.62% | 0.66% | - |
| HSV(B) | 184.4º | 0.49% | 0.87% | - |
| XYZ | 44.04 | 56.88 | 77.76 | - |
| YUV | 184.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 222 | 0.49 | 0.04 | 0 | 0.13 | 184.4 | 0.62 | 0.66 |
| Hex | 71 | D6 | DE | 31 | 4 | 0 | D | B8 | 3E | 42 |
| Octal | 161 | 326 | 336 | 61 | 4 | 0 | 15 | 270 | 76 | 102 |
| Binary | 1110001 | 11010110 | 11011110 | 110001 | 100 | 0 | 1101 | 10111000 | 111110 | 1000010 |
Color Harmonies of #71D6DE
Complementary color
Monochromatic Colors of #71D6DE
Black with #71D6DE
Text Example
Text Example
White with #71D6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D6DE; }
p { color: rgb(113,214,222); }
H1.HeaderClassName
{
color: #71D6DE;
}
.AnyTagClassName
{
color: #71D6DE;
}
</style>
background-color css
<style>
a { background-color: #71D6DE; }
a { background-color: rgb(113,214,222); }
div.DivClassName
{
background-color: #71D6DE;
}
.BgClassName
{
background-color: #71D6DE;
}
</style>
border-color css
<style>
span { border-color: #71D6DE; }
span { border-color: rgb(113,214,222); }
td.TdClassName
{
border-color: #71D6DE;
}
.TagClassName
{
border-color: #71D6DE;
}
</style>