#70e0ed

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

Shades of Turquoise Blue #70E0ED

Tints of Turquoise Blue #70E0ED

Color information

#70E0ED (or 0x70E0ED) is unknown color: approx Turquoise Blue. HEX triplet: 70, E0 and ED. RGB value is (112,224,237). Sum of RGB (Red+Green+Blue) = 112+224+237=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #70E0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E0ED is #8F1F12. Grayscale: #BFBFBF. Windows color (decimal): -9379603 or 15589488. OLE color: 15589488.

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

Color convert

RGB112224237-
CMYK0.530.0500.07
HSL186.24º77.64%68.43%-
HSV(B)186.24º52.74%92.94%-
XYZ48.6262.8789.69-
YUV191.99153.3970.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.55%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=19.55%
G=39.09%
B=41.36%

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
Decimal1122242370.530.0500.07186.2477.6468.43
Hex70E0ED35507ba4e44
Octal16034035565507272116104
Binary1110000111000001110110111010110101111011101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e0ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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