#70E3D8

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

Shades of Turquoise Blue #70E3D8

Tints of Turquoise Blue #70E3D8

Color information

#70E3D8 (or 0x70E3D8) is unknown color: approx Turquoise Blue. HEX triplet: 70, E3 and D8. RGB value is (112,227,216). Sum of RGB (Red+Green+Blue) = 112+227+216=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3D8 is #8F1C27. Grayscale: #BFBFBF. Windows color (decimal): -9378856 or 14214000. OLE color: 14214000.

HSL color Cylindrical-coordinate representation of color #70E3D8: hue angle of 174.26º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3D8 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB112227216-
CMYK0.5100.050.11
HSL174.26º67.25%66.47%-
HSV(B)174.26º50.66%89.02%-
XYZ46.5563.3474.74-
YUV191.36141.971.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.18%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=20.18%
G=40.90%
B=38.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122272160.5100.050.11174.2667.2566.47
Hex70E3D83305Bae4342
Octal160343330630513256103102
Binary11100001110001111011000110011010110111010111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,227,216); }

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

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

 a { background-color: rgb(112,227,216); }

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

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

 span { border-color: rgb(112,227,216); }

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