#70EAEE

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

Shades of Turquoise Blue #70EAEE

Tints of Turquoise Blue #70EAEE

Color information

#70EAEE (or 0x70EAEE) is unknown color: approx Turquoise Blue. HEX triplet: 70, EA and EE. RGB value is (112,234,238). Sum of RGB (Red+Green+Blue) = 112+234+238=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #70EAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAEE is #8F1511. Grayscale: #C5C5C5. Windows color (decimal): -9377042 or 15657584. OLE color: 15657584.

HSL color Cylindrical-coordinate representation of color #70EAEE: hue angle of 181.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EAEE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112234238-
CMYK0.530.0200.07
HSL181.9º78.75%68.63%-
HSV(B)181.9º52.94%93.33%-
XYZ51.5468.4691.39-
YUV197.98150.5866.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.18%
GREEN value IS 234 (91.80% from 255) = 40.07%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=19.18%
G=40.07%
B=40.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122342380.530.0200.07181.978.7568.63
Hex70EAEE35207b64f45
Octal16035235665207266117105
Binary111000011101010111011101101011001111011011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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