Shades of Turquoise Blue #70D3EE
Tints of Turquoise Blue #70D3EE
RGB
CMYK
RGB Variations
Color information
#70D3EE (or 0x70D3EE) is known color: Turquoise Blue. HEX triplet: 70, D3 and EE. RGB value is (112,211,238). Sum of RGB (Red+Green+Blue) = 112+211+238=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #70D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3EE is #8F2C11. Grayscale: #B8B8B8. Windows color (decimal): -9382930 or 15651696. OLE color: 15651696.
HSL color Cylindrical-coordinate representation of color #70D3EE: hue angle of 192.86º 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 #70D3EE is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 211 | 238 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.07 |
| HSL | 192.86º | 0.79% | 0.69% | - |
| HSV(B) | 192.86º | 0.53% | 0.93% | - |
| XYZ | 45.41 | 56.21 | 89.34 | - |
| YUV | 184.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 238 | 0.53 | 0.11 | 0 | 0.07 | 192.86 | 0.79 | 0.69 |
| Hex | 70 | D3 | EE | 35 | B | 0 | 7 | C1 | 4F | 45 |
| Octal | 160 | 323 | 356 | 65 | 13 | 0 | 7 | 301 | 117 | 105 |
| Binary | 1110000 | 11010011 | 11101110 | 110101 | 1011 | 0 | 111 | 11000001 | 1001111 | 1000101 |
Color Harmonies of #70D3EE
Complementary color
Monochromatic Colors of #70D3EE
Black with #70D3EE
Text Example
Text Example
White with #70D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3EE; }
p { color: rgb(112,211,238); }
H1.HeaderClassName
{
color: #70D3EE;
}
.AnyTagClassName
{
color: #70D3EE;
}
</style>
background-color css
<style>
a { background-color: #70D3EE; }
a { background-color: rgb(112,211,238); }
div.DivClassName
{
background-color: #70D3EE;
}
.BgClassName
{
background-color: #70D3EE;
}
</style>
border-color css
<style>
span { border-color: #70D3EE; }
span { border-color: rgb(112,211,238); }
td.TdClassName
{
border-color: #70D3EE;
}
.TagClassName
{
border-color: #70D3EE;
}
</style>