Shades of Turquoise Blue #71DCDE
Tints of Turquoise Blue #71DCDE
RGB
CMYK
RGB Variations
Color information
#71DCDE (or 0x71DCDE) is known color: Turquoise Blue. HEX triplet: 71, DC and DE. RGB value is (113,220,222). Sum of RGB (Red+Green+Blue) = 113+220+222=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #71DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCDE is #8E2321. Grayscale: #BCBCBC. Windows color (decimal): -9315106 or 14605425. OLE color: 14605425.
HSL color Cylindrical-coordinate representation of color #71DCDE: hue angle of 181.1º degrees, saturation: 0.62, 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 #71DCDE is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 220 | 222 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.13 |
| HSL | 181.1º | 0.62% | 0.66% | - |
| HSV(B) | 181.1º | 0.49% | 0.87% | - |
| XYZ | 45.59 | 59.97 | 78.28 | - |
| YUV | 188.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 222 | 0.49 | 0.01 | 0 | 0.13 | 181.1 | 0.62 | 0.66 |
| Hex | 71 | DC | DE | 31 | 1 | 0 | D | B5 | 3E | 42 |
| Octal | 161 | 334 | 336 | 61 | 1 | 0 | 15 | 265 | 76 | 102 |
| Binary | 1110001 | 11011100 | 11011110 | 110001 | 1 | 0 | 1101 | 10110101 | 111110 | 1000010 |
Color Harmonies of #71DCDE
Complementary color
Monochromatic Colors of #71DCDE
Black with #71DCDE
Text Example
Text Example
White with #71DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCDE; }
p { color: rgb(113,220,222); }
H1.HeaderClassName
{
color: #71DCDE;
}
.AnyTagClassName
{
color: #71DCDE;
}
</style>
background-color css
<style>
a { background-color: #71DCDE; }
a { background-color: rgb(113,220,222); }
div.DivClassName
{
background-color: #71DCDE;
}
.BgClassName
{
background-color: #71DCDE;
}
</style>
border-color css
<style>
span { border-color: #71DCDE; }
span { border-color: rgb(113,220,222); }
td.TdClassName
{
border-color: #71DCDE;
}
.TagClassName
{
border-color: #71DCDE;
}
</style>