#70EAEB

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

Shades of Turquoise Blue #70EAEB

Tints of Turquoise Blue #70EAEB

Color information

#70EAEB (or 0x70EAEB) is unknown color: approx Turquoise Blue. HEX triplet: 70, EA and EB. RGB value is (112,234,235). Sum of RGB (Red+Green+Blue) = 112+234+235=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #70EAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAEB is #8F1514. Grayscale: #C5C5C5. Windows color (decimal): -9377045 or 15460976. OLE color: 15460976.

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

Color convert

RGB112234235-
CMYK0.520.0000.08
HSL180.49º75.46%68.04%-
HSV(B)180.49º52.34%92.16%-
XYZ51.168.2989.08-
YUV197.64149.0866.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.28%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=19.28%
G=40.28%
B=40.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122342350.520.0000.08180.4975.4668.04
Hex70EAEB34008b44b44
Octal160352353640010264113104
Binary111000011101010111010111101000010001011010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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