#70E1ED

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

Shades of Turquoise Blue #70E1ED

Tints of Turquoise Blue #70E1ED

Color information

#70E1ED (or 0x70E1ED) is unknown color: approx Turquoise Blue. HEX triplet: 70, E1 and ED. RGB value is (112,225,237). Sum of RGB (Red+Green+Blue) = 112+225+237=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #70E1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E1ED is #8F1E12. Grayscale: #C0C0C0. Windows color (decimal): -9379347 or 15589744. OLE color: 15589744.

HSL color Cylindrical-coordinate representation of color #70E1ED: hue angle of 185.76º degrees, saturation: 0.78, 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 #70E1ED is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112225237-
CMYK0.530.0500.07
HSL185.76º77.64%68.43%-
HSV(B)185.76º52.74%92.94%-
XYZ48.8963.4189.78-
YUV192.58153.0670.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.51%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=19.51%
G=39.20%
B=41.29%

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
Decimal1122252370.530.0500.07185.7677.6468.43
Hex70E1ED35507ba4e44
Octal16034135565507272116104
Binary1110000111000011110110111010110101111011101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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