Shades of Turquoise Blue #71EDDF
Tints of Turquoise Blue #71EDDF
RGB
CMYK
RGB Variations
Color information
#71EDDF (or 0x71EDDF) is known color: Turquoise Blue. HEX triplet: 71, ED and DF. RGB value is (113,237,223). Sum of RGB (Red+Green+Blue) = 113+237+223=573 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.72% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDDF is #8E1220. Grayscale: #C6C6C6. Windows color (decimal): -9310753 or 14675313. OLE color: 14675313.
HSL color Cylindrical-coordinate representation of color #71EDDF: hue angle of 173.23º 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 #71EDDF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 223 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.07 |
| HSL | 173.23º | 0.78% | 0.69% | - |
| HSV(B) | 173.23º | 0.52% | 0.93% | - |
| XYZ | 50.41 | 69.41 | 80.55 | - |
| YUV | 198.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 223 | 0.52 | 0 | 0.06 | 0.07 | 173.23 | 0.78 | 0.69 |
| Hex | 71 | ED | DF | 34 | 0 | 6 | 7 | AD | 4E | 45 |
| Octal | 161 | 355 | 337 | 64 | 0 | 6 | 7 | 255 | 116 | 105 |
| Binary | 1110001 | 11101101 | 11011111 | 110100 | 0 | 110 | 111 | 10101101 | 1001110 | 1000101 |
Color Harmonies of #71EDDF
Complementary color
Monochromatic Colors of #71EDDF
Black with #71EDDF
Text Example
Text Example
White with #71EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDDF; }
p { color: rgb(113,237,223); }
H1.HeaderClassName
{
color: #71EDDF;
}
.AnyTagClassName
{
color: #71EDDF;
}
</style>
background-color css
<style>
a { background-color: #71EDDF; }
a { background-color: rgb(113,237,223); }
div.DivClassName
{
background-color: #71EDDF;
}
.BgClassName
{
background-color: #71EDDF;
}
</style>
border-color css
<style>
span { border-color: #71EDDF; }
span { border-color: rgb(113,237,223); }
td.TdClassName
{
border-color: #71EDDF;
}
.TagClassName
{
border-color: #71EDDF;
}
</style>