#70EAEA

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

Shades of Turquoise Blue #70EAEA

Tints of Turquoise Blue #70EAEA

Color information

#70EAEA (or 0x70EAEA) is unknown color: approx Turquoise Blue. HEX triplet: 70, EA and EA. RGB value is (112,234,234). Sum of RGB (Red+Green+Blue) = 112+234+234=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #70EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAEA is #8F1515. Grayscale: #C5C5C5. Windows color (decimal): -9377046 or 15395440. OLE color: 15395440.

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

Color convert

RGB112234234-
CMYK0.52000.08
HSL180º74.39%67.84%-
HSV(B)180º52.14%91.76%-
XYZ50.9668.2388.33-
YUV197.52148.5867-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.31%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=19.31%
G=40.34%
B=40.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122342340.52000.0818074.3967.84
Hex70EAEA34008b44a44
Octal160352352640010264112104
Binary111000011101010111010101101000010001011010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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