#70E2F9

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

Shades of Turquoise Blue #70E2F9

Tints of Turquoise Blue #70E2F9

Color information

#70E2F9 (or 0x70E2F9) is unknown color: approx Turquoise Blue. HEX triplet: 70, E2 and F9. RGB value is (112,226,249). Sum of RGB (Red+Green+Blue) = 112+226+249=587 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.08% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #70E2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E2F9 is #8F1D06. Grayscale: #C2C2C2. Windows color (decimal): -9379079 or 16376432. OLE color: 16376432.

HSL color Cylindrical-coordinate representation of color #70E2F9: hue angle of 190.07º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70E2F9 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112226249-
CMYK0.550.0900.02
HSL190.07º91.95%70.78%-
HSV(B)190.07º55.02%97.65%-
XYZ50.9864.6899.42-
YUV194.54158.7369.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.08%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=19.08%
G=38.50%
B=42.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122262490.550.0900.02190.0791.9570.78
Hex70E2F937902be5c47
Octal160342371671102276134107
Binary1110000111000101111100111011110010101011111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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