#70EBE1

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

Shades of Turquoise Blue #70EBE1

Tints of Turquoise Blue #70EBE1

Color information

#70EBE1 (or 0x70EBE1) is unknown color: approx Turquoise Blue. HEX triplet: 70, EB and E1. RGB value is (112,235,225). Sum of RGB (Red+Green+Blue) = 112+235+225=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBE1 is #8F141E. Grayscale: #C5C5C5. Windows color (decimal): -9376799 or 14805872. OLE color: 14805872.

HSL color Cylindrical-coordinate representation of color #70EBE1: hue angle of 175.12º 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 #70EBE1 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB112235225-
CMYK0.5200.040.08
HSL175.12º75.46%68.04%-
HSV(B)175.12º52.34%92.16%-
XYZ49.9868.381.78-
YUV197.08143.7567.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.58%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=19.58%
G=41.08%
B=39.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122352250.5200.040.08175.1275.4668.04
Hex70EBE134048af4b44
Octal160353341640410257113104
Binary11100001110101111100001110100010010001010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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