#70D3E0

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

Shades of Turquoise Blue #70D3E0

Tints of Turquoise Blue #70D3E0

Color information

#70D3E0 (or 0x70D3E0) is unknown color: approx Turquoise Blue. HEX triplet: 70, D3 and E0. RGB value is (112,211,224). Sum of RGB (Red+Green+Blue) = 112+211+224=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #70D3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D3E0 is #8F2C1F. Grayscale: #B6B6B6. Windows color (decimal): -9382944 or 14734192. OLE color: 14734192.

HSL color Cylindrical-coordinate representation of color #70D3E0: hue angle of 186.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70D3E0 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112211224-
CMYK0.500.0600.12
HSL186.96º64.37%65.88%-
HSV(B)186.96º50%87.84%-
XYZ43.4355.4278.93-
YUV182.88151.277.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.48%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=20.48%
G=38.57%
B=40.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122112240.500.0600.12186.9664.3765.88
Hex70D3E03260Cbb4042
Octal160323340626014273100102
Binary11100001101001111100000110010110011001011101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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