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