#70F1E3

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

Shades of Turquoise Blue #70F1E3

Tints of Turquoise Blue #70F1E3

Color information

#70F1E3 (or 0x70F1E3) is unknown color: approx Turquoise Blue. HEX triplet: 70, F1 and E3. RGB value is (112,241,227). Sum of RGB (Red+Green+Blue) = 112+241+227=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1E3 is #8F0E1C. Grayscale: #C8C8C8. Windows color (decimal): -9375261 or 14938480. OLE color: 14938480.

HSL color Cylindrical-coordinate representation of color #70F1E3: hue angle of 173.49º 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 #70F1E3 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB112241227-
CMYK0.5400.060.05
HSL173.49º82.17%69.22%-
HSV(B)173.49º53.53%94.51%-
XYZ5271.983.81-
YUV200.83142.7664.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.31%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 227 (89.06% from 255) = 39.14%
R=19.31%
G=41.55%
B=39.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122412270.5400.060.05173.4982.1769.22
Hex70F1E336065ad5245
Octal16036134366065255122105
Binary1110000111100011110001111011001101011010110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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