Shades of Turquoise Blue #71EDE9
Tints of Turquoise Blue #71EDE9
RGB
CMYK
RGB Variations
Color information
#71EDE9 (or 0x71EDE9) is known color: Turquoise Blue. HEX triplet: 71, ED and E9. RGB value is (113,237,233). Sum of RGB (Red+Green+Blue) = 113+237+233=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDE9 is #8E1216. Grayscale: #C7C7C7. Windows color (decimal): -9310743 or 15330673. OLE color: 15330673.
HSL color Cylindrical-coordinate representation of color #71EDE9: hue angle of 178.06º 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 #71EDE9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 233 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.07 |
| HSL | 178.06º | 0.78% | 0.69% | - |
| HSV(B) | 178.06º | 0.52% | 0.93% | - |
| XYZ | 51.8 | 69.96 | 87.86 | - |
| YUV | 199.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 233 | 0.52 | 0 | 0.02 | 0.07 | 178.06 | 0.78 | 0.69 |
| Hex | 71 | ED | E9 | 34 | 0 | 2 | 7 | B2 | 4E | 45 |
| Octal | 161 | 355 | 351 | 64 | 0 | 2 | 7 | 262 | 116 | 105 |
| Binary | 1110001 | 11101101 | 11101001 | 110100 | 0 | 10 | 111 | 10110010 | 1001110 | 1000101 |
Color Harmonies of #71EDE9
Complementary color
Monochromatic Colors of #71EDE9
Black with #71EDE9
Text Example
Text Example
White with #71EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDE9; }
p { color: rgb(113,237,233); }
H1.HeaderClassName
{
color: #71EDE9;
}
.AnyTagClassName
{
color: #71EDE9;
}
</style>
background-color css
<style>
a { background-color: #71EDE9; }
a { background-color: rgb(113,237,233); }
div.DivClassName
{
background-color: #71EDE9;
}
.BgClassName
{
background-color: #71EDE9;
}
</style>
border-color css
<style>
span { border-color: #71EDE9; }
span { border-color: rgb(113,237,233); }
td.TdClassName
{
border-color: #71EDE9;
}
.TagClassName
{
border-color: #71EDE9;
}
</style>