#70E2F1

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

Shades of Turquoise Blue #70E2F1

Tints of Turquoise Blue #70E2F1

Color information

#70E2F1 (or 0x70E2F1) is unknown color: approx Turquoise Blue. HEX triplet: 70, E2 and F1. RGB value is (112,226,241). Sum of RGB (Red+Green+Blue) = 112+226+241=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #70E2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E2F1 is #8F1D0E. Grayscale: #C1C1C1. Windows color (decimal): -9379087 or 15852144. OLE color: 15852144.

HSL color Cylindrical-coordinate representation of color #70E2F1: hue angle of 186.98º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70E2F1 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112226241-
CMYK0.540.0600.05
HSL186.98º82.17%69.22%-
HSV(B)186.98º53.53%94.51%-
XYZ49.7664.1992.99-
YUV193.62154.7369.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.34%
GREEN value IS 226 (88.67% from 255) = 39.03%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=19.34%
G=39.03%
B=41.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122262410.540.0600.05186.9882.1769.22
Hex70E2F136605bb5245
Octal16034236166605273122105
Binary1110000111000101111000111011011001011011101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,226,241); }

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

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

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

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

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

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

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