Shades of Turquoise Blue #71DFDB
Tints of Turquoise Blue #71DFDB
RGB
CMYK
RGB Variations
Color information
#71DFDB (or 0x71DFDB) is known color: Turquoise Blue. HEX triplet: 71, DF and DB. RGB value is (113,223,219). Sum of RGB (Red+Green+Blue) = 113+223+219=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFDB is #8E2024. Grayscale: #BDBDBD. Windows color (decimal): -9314341 or 14409585. OLE color: 14409585.
HSL color Cylindrical-coordinate representation of color #71DFDB: hue angle of 177.82º degrees, saturation: 0.63, 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 #71DFDB is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 219 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.13 |
| HSL | 177.82º | 0.63% | 0.66% | - |
| HSV(B) | 177.82º | 0.49% | 0.87% | - |
| XYZ | 45.98 | 61.4 | 76.45 | - |
| YUV | 189.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 219 | 0.49 | 0 | 0.02 | 0.13 | 177.82 | 0.63 | 0.66 |
| Hex | 71 | DF | DB | 31 | 0 | 2 | D | B2 | 3F | 42 |
| Octal | 161 | 337 | 333 | 61 | 0 | 2 | 15 | 262 | 77 | 102 |
| Binary | 1110001 | 11011111 | 11011011 | 110001 | 0 | 10 | 1101 | 10110010 | 111111 | 1000010 |
Color Harmonies of #71DFDB
Complementary color
Monochromatic Colors of #71DFDB
Black with #71DFDB
Text Example
Text Example
White with #71DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFDB; }
p { color: rgb(113,223,219); }
H1.HeaderClassName
{
color: #71DFDB;
}
.AnyTagClassName
{
color: #71DFDB;
}
</style>
background-color css
<style>
a { background-color: #71DFDB; }
a { background-color: rgb(113,223,219); }
div.DivClassName
{
background-color: #71DFDB;
}
.BgClassName
{
background-color: #71DFDB;
}
</style>
border-color css
<style>
span { border-color: #71DFDB; }
span { border-color: rgb(113,223,219); }
td.TdClassName
{
border-color: #71DFDB;
}
.TagClassName
{
border-color: #71DFDB;
}
</style>