Shades of Turquoise Blue #71DAFE
Tints of Turquoise Blue #71DAFE
RGB
CMYK
RGB Variations
Color information
#71DAFE (or 0x71DAFE) is known color: Turquoise Blue. HEX triplet: 71, DA and FE. RGB value is (113,218,254). Sum of RGB (Red+Green+Blue) = 113+218+254=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #71DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DAFE is #8E2501. Grayscale: #BEBEBE. Windows color (decimal): -9315586 or 16702065. OLE color: 16702065.
HSL color Cylindrical-coordinate representation of color #71DAFE: hue angle of 195.32º 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 #71DAFE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 218 | 254 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.00 |
| HSL | 195.32º | 0.99% | 0.72% | - |
| HSV(B) | 195.32º | 0.56% | 1% | - |
| XYZ | 49.77 | 60.81 | 102.88 | - |
| YUV | 190.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 218 | 254 | 0.56 | 0.14 | 0 | 0.00 | 195.32 | 0.99 | 0.72 |
| Hex | 71 | DA | FE | 38 | E | 0 | 0 | C3 | 63 | 48 |
| Octal | 161 | 332 | 376 | 70 | 16 | 0 | 0 | 303 | 143 | 110 |
| Binary | 1110001 | 11011010 | 11111110 | 111000 | 1110 | 0 | 0 | 11000011 | 1100011 | 1001000 |
Color Harmonies of #71DAFE
Complementary color
Monochromatic Colors of #71DAFE
Black with #71DAFE
Text Example
Text Example
White with #71DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DAFE; }
p { color: rgb(113,218,254); }
H1.HeaderClassName
{
color: #71DAFE;
}
.AnyTagClassName
{
color: #71DAFE;
}
</style>
background-color css
<style>
a { background-color: #71DAFE; }
a { background-color: rgb(113,218,254); }
div.DivClassName
{
background-color: #71DAFE;
}
.BgClassName
{
background-color: #71DAFE;
}
</style>
border-color css
<style>
span { border-color: #71DAFE; }
span { border-color: rgb(113,218,254); }
td.TdClassName
{
border-color: #71DAFE;
}
.TagClassName
{
border-color: #71DAFE;
}
</style>