Shades of Turquoise Blue #71DFFE
Tints of Turquoise Blue #71DFFE
RGB
CMYK
RGB Variations
Color information
#71DFFE (or 0x71DFFE) is known color: Turquoise Blue. HEX triplet: 71, DF and FE. RGB value is (113,223,254). Sum of RGB (Red+Green+Blue) = 113+223+254=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #71DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFE is #8E2001. Grayscale: #C1C1C1. Windows color (decimal): -9314306 or 16703345. OLE color: 16703345.
HSL color Cylindrical-coordinate representation of color #71DFFE: hue angle of 193.19º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DFFE is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 223 | 254 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.00 |
| HSL | 193.19º | 0.99% | 0.72% | - |
| HSV(B) | 193.19º | 0.56% | 1% | - |
| XYZ | 51.09 | 63.44 | 103.32 | - |
| YUV | 193.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 254 | 0.56 | 0.12 | 0 | 0.00 | 193.19 | 0.99 | 0.72 |
| Hex | 71 | DF | FE | 38 | C | 0 | 0 | C1 | 63 | 48 |
| Octal | 161 | 337 | 376 | 70 | 14 | 0 | 0 | 301 | 143 | 110 |
| Binary | 1110001 | 11011111 | 11111110 | 111000 | 1100 | 0 | 0 | 11000001 | 1100011 | 1001000 |
Color Harmonies of #71DFFE
Complementary color
Monochromatic Colors of #71DFFE
Black with #71DFFE
Text Example
Text Example
White with #71DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFFE; }
p { color: rgb(113,223,254); }
H1.HeaderClassName
{
color: #71DFFE;
}
.AnyTagClassName
{
color: #71DFFE;
}
</style>
background-color css
<style>
a { background-color: #71DFFE; }
a { background-color: rgb(113,223,254); }
div.DivClassName
{
background-color: #71DFFE;
}
.BgClassName
{
background-color: #71DFFE;
}
</style>
border-color css
<style>
span { border-color: #71DFFE; }
span { border-color: rgb(113,223,254); }
td.TdClassName
{
border-color: #71DFFE;
}
.TagClassName
{
border-color: #71DFFE;
}
</style>