Shades of Turquoise Blue #70ECF1
Tints of Turquoise Blue #70ECF1
RGB
CMYK
RGB Variations
Color information
#70ECF1 (or 0x70ECF1) is known color: Turquoise Blue. HEX triplet: 70, EC and F1. RGB value is (112,236,241). Sum of RGB (Red+Green+Blue) = 112+236+241=589 (78% of max value = 765). Red value is 112 (44.14% from 255 or 19.02% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #70ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECF1 is #8F130E. Grayscale: #C7C7C7. Windows color (decimal): -9376527 or 15854704. OLE color: 15854704.
HSL color Cylindrical-coordinate representation of color #70ECF1: hue angle of 182.33º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70ECF1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 236 | 241 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.05 |
| HSL | 182.33º | 0.82% | 0.69% | - |
| HSV(B) | 182.33º | 0.54% | 0.95% | - |
| XYZ | 52.55 | 69.79 | 93.92 | - |
| YUV | 199.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 241 | 0.54 | 0.02 | 0 | 0.05 | 182.33 | 0.82 | 0.69 |
| Hex | 70 | EC | F1 | 36 | 2 | 0 | 5 | B6 | 52 | 45 |
| Octal | 160 | 354 | 361 | 66 | 2 | 0 | 5 | 266 | 122 | 105 |
| Binary | 1110000 | 11101100 | 11110001 | 110110 | 10 | 0 | 101 | 10110110 | 1010010 | 1000101 |
Color Harmonies of #70ECF1
Complementary color
Monochromatic Colors of #70ECF1
Black with #70ECF1
Text Example
Text Example
White with #70ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECF1; }
p { color: rgb(112,236,241); }
H1.HeaderClassName
{
color: #70ECF1;
}
.AnyTagClassName
{
color: #70ECF1;
}
</style>
background-color css
<style>
a { background-color: #70ECF1; }
a { background-color: rgb(112,236,241); }
div.DivClassName
{
background-color: #70ECF1;
}
.BgClassName
{
background-color: #70ECF1;
}
</style>
border-color css
<style>
span { border-color: #70ECF1; }
span { border-color: rgb(112,236,241); }
td.TdClassName
{
border-color: #70ECF1;
}
.TagClassName
{
border-color: #70ECF1;
}
</style>