#70EBEA

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

Shades of Turquoise Blue #70EBEA

Tints of Turquoise Blue #70EBEA

Color information

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

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

Color convert

RGB112235234-
CMYK0.5200.000.08
HSL179.51º75.46%68.04%-
HSV(B)179.51º52.34%92.16%-
XYZ51.2468.888.42-
YUV198.11148.2566.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122352340.5200.000.08179.5175.4668.04
Hex70EBEA34008b44b44
Octal160353352640010264113104
Binary111000011101011111010101101000010001011010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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