#70EAE6

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

Shades of Turquoise Blue #70EAE6

Tints of Turquoise Blue #70EAE6

Color information

#70EAE6 (or 0x70EAE6) is unknown color: approx Turquoise Blue. HEX triplet: 70, EA and E6. RGB value is (112,234,230). Sum of RGB (Red+Green+Blue) = 112+234+230=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAE6 is #8F1519. Grayscale: #C4C4C4. Windows color (decimal): -9377050 or 15133296. OLE color: 15133296.

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

Color convert

RGB112234230-
CMYK0.5200.020.08
HSL178.03º74.39%67.84%-
HSV(B)178.03º52.14%91.76%-
XYZ50.396885.33-
YUV197.07146.5867.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.44%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 230 (90.23% from 255) = 39.93%
R=19.44%
G=40.62%
B=39.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122342300.5200.020.08178.0374.3967.84
Hex70EAE634028b24a44
Octal160352346640210262112104
Binary1110000111010101110011011010001010001011001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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