#70D3EC

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

Shades of Turquoise Blue #70D3EC

Tints of Turquoise Blue #70D3EC

Color information

#70D3EC (or 0x70D3EC) is unknown color: approx Turquoise Blue. HEX triplet: 70, D3 and EC. RGB value is (112,211,236). Sum of RGB (Red+Green+Blue) = 112+211+236=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #70D3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3EC is #8F2C13. Grayscale: #B8B8B8. Windows color (decimal): -9382932 or 15520624. OLE color: 15520624.

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

Color convert

RGB112211236-
CMYK0.530.1100.07
HSL192.1º76.54%68.24%-
HSV(B)192.1º52.54%92.55%-
XYZ45.1256.0987.81-
YUV184.25157.276.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.04%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=20.04%
G=37.75%
B=42.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122112360.530.1100.07192.176.5468.24
Hex70D3EC35B07c04d44
Octal160323354651307300115104
Binary11100001101001111101100110101101101111100000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,211,236); }

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

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

 a { background-color: rgb(112,211,236); }

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

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

 span { border-color: rgb(112,211,236); }

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