Shades of Turquoise Blue #71DCEB
Tints of Turquoise Blue #71DCEB
RGB
CMYK
RGB Variations
Color information
#71DCEB (or 0x71DCEB) is known color: Turquoise Blue. HEX triplet: 71, DC and EB. RGB value is (113,220,235). Sum of RGB (Red+Green+Blue) = 113+220+235=568 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.89% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #71DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCEB is #8E2314. Grayscale: #BDBDBD. Windows color (decimal): -9315093 or 15457393. OLE color: 15457393.
HSL color Cylindrical-coordinate representation of color #71DCEB: hue angle of 187.38º 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 #71DCEB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 220 | 235 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.08 |
| HSL | 187.38º | 0.75% | 0.68% | - |
| HSV(B) | 187.38º | 0.52% | 0.92% | - |
| XYZ | 47.4 | 60.7 | 87.81 | - |
| YUV | 189.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 235 | 0.52 | 0.06 | 0 | 0.08 | 187.38 | 0.75 | 0.68 |
| Hex | 71 | DC | EB | 34 | 6 | 0 | 8 | BB | 4B | 44 |
| Octal | 161 | 334 | 353 | 64 | 6 | 0 | 10 | 273 | 113 | 104 |
| Binary | 1110001 | 11011100 | 11101011 | 110100 | 110 | 0 | 1000 | 10111011 | 1001011 | 1000100 |
Color Harmonies of #71DCEB
Complementary color
Monochromatic Colors of #71DCEB
Black with #71DCEB
Text Example
Text Example
White with #71DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCEB; }
p { color: rgb(113,220,235); }
H1.HeaderClassName
{
color: #71DCEB;
}
.AnyTagClassName
{
color: #71DCEB;
}
</style>
background-color css
<style>
a { background-color: #71DCEB; }
a { background-color: rgb(113,220,235); }
div.DivClassName
{
background-color: #71DCEB;
}
.BgClassName
{
background-color: #71DCEB;
}
</style>
border-color css
<style>
span { border-color: #71DCEB; }
span { border-color: rgb(113,220,235); }
td.TdClassName
{
border-color: #71DCEB;
}
.TagClassName
{
border-color: #71DCEB;
}
</style>