Shades of Turquoise Blue #71DCED
Tints of Turquoise Blue #71DCED
RGB
CMYK
RGB Variations
Color information
#71DCED (or 0x71DCED) is known color: Turquoise Blue. HEX triplet: 71, DC and ED. RGB value is (113,220,237). Sum of RGB (Red+Green+Blue) = 113+220+237=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #71DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCED is #8E2312. Grayscale: #BDBDBD. Windows color (decimal): -9315091 or 15588465. OLE color: 15588465.
HSL color Cylindrical-coordinate representation of color #71DCED: hue angle of 188.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DCED is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 220 | 237 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.07 |
| HSL | 188.23º | 0.78% | 0.69% | - |
| HSV(B) | 188.23º | 0.52% | 0.93% | - |
| XYZ | 47.69 | 60.81 | 89.35 | - |
| YUV | 189.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 237 | 0.52 | 0.07 | 0 | 0.07 | 188.23 | 0.78 | 0.69 |
| Hex | 71 | DC | ED | 34 | 7 | 0 | 7 | BC | 4E | 45 |
| Octal | 161 | 334 | 355 | 64 | 7 | 0 | 7 | 274 | 116 | 105 |
| Binary | 1110001 | 11011100 | 11101101 | 110100 | 111 | 0 | 111 | 10111100 | 1001110 | 1000101 |
Color Harmonies of #71DCED
Complementary color
Monochromatic Colors of #71DCED
Black with #71DCED
Text Example
Text Example
White with #71DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCED; }
p { color: rgb(113,220,237); }
H1.HeaderClassName
{
color: #71DCED;
}
.AnyTagClassName
{
color: #71DCED;
}
</style>
background-color css
<style>
a { background-color: #71DCED; }
a { background-color: rgb(113,220,237); }
div.DivClassName
{
background-color: #71DCED;
}
.BgClassName
{
background-color: #71DCED;
}
</style>
border-color css
<style>
span { border-color: #71DCED; }
span { border-color: rgb(113,220,237); }
td.TdClassName
{
border-color: #71DCED;
}
.TagClassName
{
border-color: #71DCED;
}
</style>