Shades of Turquoise Blue #71DCEC
Tints of Turquoise Blue #71DCEC
RGB
CMYK
RGB Variations
Color information
#71DCEC (or 0x71DCEC) is known color: Turquoise Blue. HEX triplet: 71, DC and EC. RGB value is (113,220,236). Sum of RGB (Red+Green+Blue) = 113+220+236=569 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.86% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #71DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCEC is #8E2313. Grayscale: #BDBDBD. Windows color (decimal): -9315092 or 15522929. OLE color: 15522929.
HSL color Cylindrical-coordinate representation of color #71DCEC: hue angle of 187.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DCEC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 220 | 236 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.07 |
| HSL | 187.8º | 0.76% | 0.68% | - |
| HSV(B) | 187.8º | 0.52% | 0.93% | - |
| XYZ | 47.54 | 60.75 | 88.58 | - |
| YUV | 189.83 | 154.05 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 236 | 0.52 | 0.07 | 0 | 0.07 | 187.8 | 0.76 | 0.68 |
| Hex | 71 | DC | EC | 34 | 7 | 0 | 7 | BC | 4C | 44 |
| Octal | 161 | 334 | 354 | 64 | 7 | 0 | 7 | 274 | 114 | 104 |
| Binary | 1110001 | 11011100 | 11101100 | 110100 | 111 | 0 | 111 | 10111100 | 1001100 | 1000100 |
Color Harmonies of #71DCEC
Complementary color
Monochromatic Colors of #71DCEC
Black with #71DCEC
Text Example
Text Example
White with #71DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCEC; }
p { color: rgb(113,220,236); }
H1.HeaderClassName
{
color: #71DCEC;
}
.AnyTagClassName
{
color: #71DCEC;
}
</style>
background-color css
<style>
a { background-color: #71DCEC; }
a { background-color: rgb(113,220,236); }
div.DivClassName
{
background-color: #71DCEC;
}
.BgClassName
{
background-color: #71DCEC;
}
</style>
border-color css
<style>
span { border-color: #71DCEC; }
span { border-color: rgb(113,220,236); }
td.TdClassName
{
border-color: #71DCEC;
}
.TagClassName
{
border-color: #71DCEC;
}
</style>