Shades of Turquoise Blue #71DBEC
Tints of Turquoise Blue #71DBEC
RGB
CMYK
RGB Variations
Color information
#71DBEC (or 0x71DBEC) is known color: Turquoise Blue. HEX triplet: 71, DB and EC. RGB value is (113,219,236). Sum of RGB (Red+Green+Blue) = 113+219+236=568 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.89% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #71DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DBEC is #8E2413. Grayscale: #BDBDBD. Windows color (decimal): -9315348 or 15522673. OLE color: 15522673.
HSL color Cylindrical-coordinate representation of color #71DBEC: hue angle of 188.29º 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 #71DBEC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 219 | 236 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.07 |
| HSL | 188.29º | 0.76% | 0.68% | - |
| HSV(B) | 188.29º | 0.52% | 0.93% | - |
| XYZ | 47.28 | 60.23 | 88.49 | - |
| YUV | 189.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 236 | 0.52 | 0.07 | 0 | 0.07 | 188.29 | 0.76 | 0.68 |
| Hex | 71 | DB | EC | 34 | 7 | 0 | 7 | BC | 4C | 44 |
| Octal | 161 | 333 | 354 | 64 | 7 | 0 | 7 | 274 | 114 | 104 |
| Binary | 1110001 | 11011011 | 11101100 | 110100 | 111 | 0 | 111 | 10111100 | 1001100 | 1000100 |
Color Harmonies of #71DBEC
Complementary color
Monochromatic Colors of #71DBEC
Black with #71DBEC
Text Example
Text Example
White with #71DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DBEC; }
p { color: rgb(113,219,236); }
H1.HeaderClassName
{
color: #71DBEC;
}
.AnyTagClassName
{
color: #71DBEC;
}
</style>
background-color css
<style>
a { background-color: #71DBEC; }
a { background-color: rgb(113,219,236); }
div.DivClassName
{
background-color: #71DBEC;
}
.BgClassName
{
background-color: #71DBEC;
}
</style>
border-color css
<style>
span { border-color: #71DBEC; }
span { border-color: rgb(113,219,236); }
td.TdClassName
{
border-color: #71DBEC;
}
.TagClassName
{
border-color: #71DBEC;
}
</style>