#70E7EF

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

Shades of Turquoise Blue #70E7EF

Tints of Turquoise Blue #70E7EF

Color information

#70E7EF (or 0x70E7EF) is unknown color: approx Turquoise Blue. HEX triplet: 70, E7 and EF. RGB value is (112,231,239). Sum of RGB (Red+Green+Blue) = 112+231+239=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #70E7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E7EF is #8F1810. Grayscale: #C4C4C4. Windows color (decimal): -9377809 or 15722352. OLE color: 15722352.

HSL color Cylindrical-coordinate representation of color #70E7EF: hue angle of 183.78º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70E7EF is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112231239-
CMYK0.530.0300.06
HSL183.78º79.87%68.82%-
HSV(B)183.78º53.14%93.73%-
XYZ50.8466.8391.88-
YUV196.33152.0867.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.24%
GREEN value IS 231 (90.62% from 255) = 39.69%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=19.24%
G=39.69%
B=41.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122312390.530.0300.06183.7879.8768.82
Hex70E7EF35306b85045
Octal16034735765306270120105
Binary111000011100111111011111101011101101011100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,239); }

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

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

 a { background-color: rgb(112,231,239); }

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

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

 span { border-color: rgb(112,231,239); }

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