Shades of Turquoise Blue #71EBDB
Tints of Turquoise Blue #71EBDB
RGB
CMYK
RGB Variations
Color information
#71EBDB (or 0x71EBDB) is known color: Turquoise Blue. HEX triplet: 71, EB and DB. RGB value is (113,235,219). Sum of RGB (Red+Green+Blue) = 113+235+219=567 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.93% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBDB is #8E1424. Grayscale: #C4C4C4. Windows color (decimal): -9311269 or 14412657. OLE color: 14412657.
HSL color Cylindrical-coordinate representation of color #71EBDB: hue angle of 172.13º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBDB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 235 | 219 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.08 |
| HSL | 172.13º | 0.75% | 0.68% | - |
| HSV(B) | 172.13º | 0.52% | 0.92% | - |
| XYZ | 49.3 | 68.04 | 77.55 | - |
| YUV | 196.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 235 | 219 | 0.52 | 0 | 0.07 | 0.08 | 172.13 | 0.75 | 0.68 |
| Hex | 71 | EB | DB | 34 | 0 | 7 | 8 | AC | 4B | 44 |
| Octal | 161 | 353 | 333 | 64 | 0 | 7 | 10 | 254 | 113 | 104 |
| Binary | 1110001 | 11101011 | 11011011 | 110100 | 0 | 111 | 1000 | 10101100 | 1001011 | 1000100 |
Color Harmonies of #71EBDB
Complementary color
Monochromatic Colors of #71EBDB
Black with #71EBDB
Text Example
Text Example
White with #71EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EBDB; }
p { color: rgb(113,235,219); }
H1.HeaderClassName
{
color: #71EBDB;
}
.AnyTagClassName
{
color: #71EBDB;
}
</style>
background-color css
<style>
a { background-color: #71EBDB; }
a { background-color: rgb(113,235,219); }
div.DivClassName
{
background-color: #71EBDB;
}
.BgClassName
{
background-color: #71EBDB;
}
</style>
border-color css
<style>
span { border-color: #71EBDB; }
span { border-color: rgb(113,235,219); }
td.TdClassName
{
border-color: #71EBDB;
}
.TagClassName
{
border-color: #71EBDB;
}
</style>