Shades of Turquoise Blue #71EADA
Tints of Turquoise Blue #71EADA
RGB
CMYK
RGB Variations
Color information
#71EADA (or 0x71EADA) is known color: Turquoise Blue. HEX triplet: 71, EA and DA. RGB value is (113,234,218). Sum of RGB (Red+Green+Blue) = 113+234+218=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #71EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EADA is #8E1525. Grayscale: #C3C3C3. Windows color (decimal): -9311526 or 14346865. OLE color: 14346865.
HSL color Cylindrical-coordinate representation of color #71EADA: hue angle of 172.07º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EADA is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 218 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.08 |
| HSL | 172.07º | 0.74% | 0.68% | - |
| HSV(B) | 172.07º | 0.52% | 0.92% | - |
| XYZ | 48.89 | 67.42 | 76.77 | - |
| YUV | 196 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 218 | 0.52 | 0 | 0.07 | 0.08 | 172.07 | 0.74 | 0.68 |
| Hex | 71 | EA | DA | 34 | 0 | 7 | 8 | AC | 4A | 44 |
| Octal | 161 | 352 | 332 | 64 | 0 | 7 | 10 | 254 | 112 | 104 |
| Binary | 1110001 | 11101010 | 11011010 | 110100 | 0 | 111 | 1000 | 10101100 | 1001010 | 1000100 |
Color Harmonies of #71EADA
Complementary color
Monochromatic Colors of #71EADA
Black with #71EADA
Text Example
Text Example
White with #71EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EADA; }
p { color: rgb(113,234,218); }
H1.HeaderClassName
{
color: #71EADA;
}
.AnyTagClassName
{
color: #71EADA;
}
</style>
background-color css
<style>
a { background-color: #71EADA; }
a { background-color: rgb(113,234,218); }
div.DivClassName
{
background-color: #71EADA;
}
.BgClassName
{
background-color: #71EADA;
}
</style>
border-color css
<style>
span { border-color: #71EADA; }
span { border-color: rgb(113,234,218); }
td.TdClassName
{
border-color: #71EADA;
}
.TagClassName
{
border-color: #71EADA;
}
</style>