#70E6E1

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

Shades of Turquoise Blue #70E6E1

Tints of Turquoise Blue #70E6E1

Color information

#70E6E1 (or 0x70E6E1) is unknown color: approx Turquoise Blue. HEX triplet: 70, E6 and E1. RGB value is (112,230,225). Sum of RGB (Red+Green+Blue) = 112+230+225=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6E1 is #8F191E. Grayscale: #C2C2C2. Windows color (decimal): -9378079 or 14804592. OLE color: 14804592.

HSL color Cylindrical-coordinate representation of color #70E6E1: hue angle of 177.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6E1 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB112230225-
CMYK0.5100.020.10
HSL177.46º70.24%67.06%-
HSV(B)177.46º51.3%90.2%-
XYZ48.5765.4781.31-
YUV194.15145.4169.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.75%
GREEN value IS 230 (90.23% from 255) = 40.56%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=19.75%
G=40.56%
B=39.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122302250.5100.020.10177.4670.2467.06
Hex70E6E13302Ab14643
Octal160346341630212261106103
Binary1110000111001101110000111001101010101011000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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