#70E1EC

Color #70E1EC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #70E1EC

Tints of Turquoise Blue #70E1EC

Color information

#70E1EC (or 0x70E1EC) is unknown color: approx Turquoise Blue. HEX triplet: 70, E1 and EC. RGB value is (112,225,236). Sum of RGB (Red+Green+Blue) = 112+225+236=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #70E1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E1EC is #8F1E13. Grayscale: #C0C0C0. Windows color (decimal): -9379348 or 15524208. OLE color: 15524208.

HSL color Cylindrical-coordinate representation of color #70E1EC: hue angle of 185.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70E1EC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112225236-
CMYK0.530.0500.07
HSL185.32º76.54%68.24%-
HSV(B)185.32º52.54%92.55%-
XYZ48.7563.3589.02-
YUV192.47152.5670.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 19.55%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=19.55%
G=39.27%
B=41.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122252360.530.0500.07185.3276.5468.24
Hex70E1EC35507b94d44
Octal16034135465507271115104
Binary1110000111000011110110011010110101111011100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70E1EC; }

 p { color: rgb(112,225,236); }

 H1.HeaderClassName
 {
   color: #70E1EC;
 }
 .AnyTagClassName
 {
   color: #70E1EC;
 }
</style>
background-color css

<style>
 a { background-color: #70E1EC; }

 a { background-color: rgb(112,225,236); }

 div.DivClassName
 {
   background-color: #70E1EC;
 }
 .BgClassName
 {
   background-color: #70E1EC;
 }
</style>
border-color css

<style>
 span { border-color: #70E1EC; }

 span { border-color: rgb(112,225,236); }

 td.TdClassName
 {
   border-color: #70E1EC;
 }
 .TagClassName
 {
   border-color: #70E1EC;
 }
</style>