#70EBE0

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

Shades of Turquoise Blue #70EBE0

Tints of Turquoise Blue #70EBE0

Color information

#70EBE0 (or 0x70EBE0) is unknown color: approx Turquoise Blue. HEX triplet: 70, EB and E0. RGB value is (112,235,224). Sum of RGB (Red+Green+Blue) = 112+235+224=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBE0 is #8F141F. Grayscale: #C4C4C4. Windows color (decimal): -9376800 or 14740336. OLE color: 14740336.

HSL color Cylindrical-coordinate representation of color #70EBE0: hue angle of 174.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBE0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB112235224-
CMYK0.5200.050.08
HSL174.63º75.46%68.04%-
HSV(B)174.63º52.34%92.16%-
XYZ49.8468.2481.07-
YUV196.97143.2567.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.61%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=19.61%
G=41.16%
B=39.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122352240.5200.050.08174.6375.4668.04
Hex70EBE034058af4b44
Octal160353340640510257113104
Binary11100001110101111100000110100010110001010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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