Shades of Turquoise Blue #70EEE2
Tints of Turquoise Blue #70EEE2
RGB
CMYK
RGB Variations
Color information
#70EEE2 (or 0x70EEE2) is known color: Turquoise Blue. HEX triplet: 70, EE and E2. RGB value is (112,238,226). Sum of RGB (Red+Green+Blue) = 112+238+226=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEE2 is #8F111D. Grayscale: #C6C6C6. Windows color (decimal): -9376030 or 14872176. OLE color: 14872176.
HSL color Cylindrical-coordinate representation of color #70EEE2: hue angle of 174.29º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEE2 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 226 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.07 |
| HSL | 174.29º | 0.79% | 0.69% | - |
| HSV(B) | 174.29º | 0.53% | 0.93% | - |
| XYZ | 50.98 | 70.08 | 82.79 | - |
| YUV | 198.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 226 | 0.53 | 0 | 0.05 | 0.07 | 174.29 | 0.79 | 0.69 |
| Hex | 70 | EE | E2 | 35 | 0 | 5 | 7 | AE | 4F | 45 |
| Octal | 160 | 356 | 342 | 65 | 0 | 5 | 7 | 256 | 117 | 105 |
| Binary | 1110000 | 11101110 | 11100010 | 110101 | 0 | 101 | 111 | 10101110 | 1001111 | 1000101 |
Color Harmonies of #70EEE2
Complementary color
Monochromatic Colors of #70EEE2
Black with #70EEE2
Text Example
Text Example
White with #70EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EEE2; }
p { color: rgb(112,238,226); }
H1.HeaderClassName
{
color: #70EEE2;
}
.AnyTagClassName
{
color: #70EEE2;
}
</style>
background-color css
<style>
a { background-color: #70EEE2; }
a { background-color: rgb(112,238,226); }
div.DivClassName
{
background-color: #70EEE2;
}
.BgClassName
{
background-color: #70EEE2;
}
</style>
border-color css
<style>
span { border-color: #70EEE2; }
span { border-color: rgb(112,238,226); }
td.TdClassName
{
border-color: #70EEE2;
}
.TagClassName
{
border-color: #70EEE2;
}
</style>