Shades of Turquoise Blue #71EDE2
Tints of Turquoise Blue #71EDE2
RGB
CMYK
RGB Variations
Color information
#71EDE2 (or 0x71EDE2) is known color: Turquoise Blue. HEX triplet: 71, ED and E2. RGB value is (113,237,226). Sum of RGB (Red+Green+Blue) = 113+237+226=576 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.62% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDE2 is #8E121D. Grayscale: #C6C6C6. Windows color (decimal): -9310750 or 14871921. OLE color: 14871921.
HSL color Cylindrical-coordinate representation of color #71EDE2: hue angle of 174.68º 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 #71EDE2 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 226 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.07 |
| HSL | 174.68º | 0.78% | 0.69% | - |
| HSV(B) | 174.68º | 0.52% | 0.93% | - |
| XYZ | 50.82 | 69.57 | 82.7 | - |
| YUV | 198.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 226 | 0.52 | 0 | 0.05 | 0.07 | 174.68 | 0.78 | 0.69 |
| Hex | 71 | ED | E2 | 34 | 0 | 5 | 7 | AF | 4E | 45 |
| Octal | 161 | 355 | 342 | 64 | 0 | 5 | 7 | 257 | 116 | 105 |
| Binary | 1110001 | 11101101 | 11100010 | 110100 | 0 | 101 | 111 | 10101111 | 1001110 | 1000101 |
Color Harmonies of #71EDE2
Complementary color
Monochromatic Colors of #71EDE2
Black with #71EDE2
Text Example
Text Example
White with #71EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDE2; }
p { color: rgb(113,237,226); }
H1.HeaderClassName
{
color: #71EDE2;
}
.AnyTagClassName
{
color: #71EDE2;
}
</style>
background-color css
<style>
a { background-color: #71EDE2; }
a { background-color: rgb(113,237,226); }
div.DivClassName
{
background-color: #71EDE2;
}
.BgClassName
{
background-color: #71EDE2;
}
</style>
border-color css
<style>
span { border-color: #71EDE2; }
span { border-color: rgb(113,237,226); }
td.TdClassName
{
border-color: #71EDE2;
}
.TagClassName
{
border-color: #71EDE2;
}
</style>