Shades of Turquoise Blue #71EDEF
Tints of Turquoise Blue #71EDEF
RGB
CMYK
RGB Variations
Color information
#71EDEF (or 0x71EDEF) is known color: Turquoise Blue. HEX triplet: 71, ED and EF. RGB value is (113,237,239). Sum of RGB (Red+Green+Blue) = 113+237+239=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #71EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDEF is #8E1210. Grayscale: #C8C8C8. Windows color (decimal): -9310737 or 15723889. OLE color: 15723889.
HSL color Cylindrical-coordinate representation of color #71EDEF: hue angle of 180.95º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EDEF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 237 | 239 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.06 |
| HSL | 180.95º | 0.8% | 0.69% | - |
| HSV(B) | 180.95º | 0.53% | 0.94% | - |
| XYZ | 52.67 | 70.31 | 92.46 | - |
| YUV | 200.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 239 | 0.53 | 0.01 | 0 | 0.06 | 180.95 | 0.8 | 0.69 |
| Hex | 71 | ED | EF | 35 | 1 | 0 | 6 | B5 | 50 | 45 |
| Octal | 161 | 355 | 357 | 65 | 1 | 0 | 6 | 265 | 120 | 105 |
| Binary | 1110001 | 11101101 | 11101111 | 110101 | 1 | 0 | 110 | 10110101 | 1010000 | 1000101 |
Color Harmonies of #71EDEF
Complementary color
Monochromatic Colors of #71EDEF
Black with #71EDEF
Text Example
Text Example
White with #71EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDEF; }
p { color: rgb(113,237,239); }
H1.HeaderClassName
{
color: #71EDEF;
}
.AnyTagClassName
{
color: #71EDEF;
}
</style>
background-color css
<style>
a { background-color: #71EDEF; }
a { background-color: rgb(113,237,239); }
div.DivClassName
{
background-color: #71EDEF;
}
.BgClassName
{
background-color: #71EDEF;
}
</style>
border-color css
<style>
span { border-color: #71EDEF; }
span { border-color: rgb(113,237,239); }
td.TdClassName
{
border-color: #71EDEF;
}
.TagClassName
{
border-color: #71EDEF;
}
</style>