Shades of Turquoise Blue #71DCFD
Tints of Turquoise Blue #71DCFD
RGB
CMYK
RGB Variations
Color information
#71DCFD (or 0x71DCFD) is known color: Turquoise Blue. HEX triplet: 71, DC and FD. RGB value is (113,220,253). Sum of RGB (Red+Green+Blue) = 113+220+253=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #71DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCFD is #8E2302. Grayscale: #BFBFBF. Windows color (decimal): -9315075 or 16637041. OLE color: 16637041.
HSL color Cylindrical-coordinate representation of color #71DCFD: hue angle of 194.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DCFD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 220 | 253 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.01 |
| HSL | 194.14º | 0.97% | 0.72% | - |
| HSV(B) | 194.14º | 0.55% | 0.99% | - |
| XYZ | 50.13 | 61.79 | 102.21 | - |
| YUV | 191.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 253 | 0.55 | 0.13 | 0 | 0.01 | 194.14 | 0.97 | 0.72 |
| Hex | 71 | DC | FD | 37 | D | 0 | 1 | C2 | 61 | 48 |
| Octal | 161 | 334 | 375 | 67 | 15 | 0 | 1 | 302 | 141 | 110 |
| Binary | 1110001 | 11011100 | 11111101 | 110111 | 1101 | 0 | 1 | 11000010 | 1100001 | 1001000 |
Color Harmonies of #71DCFD
Complementary color
Monochromatic Colors of #71DCFD
Black with #71DCFD
Text Example
Text Example
White with #71DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCFD; }
p { color: rgb(113,220,253); }
H1.HeaderClassName
{
color: #71DCFD;
}
.AnyTagClassName
{
color: #71DCFD;
}
</style>
background-color css
<style>
a { background-color: #71DCFD; }
a { background-color: rgb(113,220,253); }
div.DivClassName
{
background-color: #71DCFD;
}
.BgClassName
{
background-color: #71DCFD;
}
</style>
border-color css
<style>
span { border-color: #71DCFD; }
span { border-color: rgb(113,220,253); }
td.TdClassName
{
border-color: #71DCFD;
}
.TagClassName
{
border-color: #71DCFD;
}
</style>