#70DAE2

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

Shades of Turquoise Blue #70DAE2

Tints of Turquoise Blue #70DAE2

Color information

#70DAE2 (or 0x70DAE2) is unknown color: approx Turquoise Blue. HEX triplet: 70, DA and E2. RGB value is (112,218,226). Sum of RGB (Red+Green+Blue) = 112+218+226=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #70DAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAE2 is #8F251D. Grayscale: #BBBBBB. Windows color (decimal): -9381150 or 14867056. OLE color: 14867056.

HSL color Cylindrical-coordinate representation of color #70DAE2: hue angle of 184.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DAE2 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112218226-
CMYK0.500.0400.11
HSL184.21º66.28%66.27%-
HSV(B)184.21º50.44%88.63%-
XYZ45.4859.0880.96-
YUV187.22149.8874.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.14%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 226 (88.67% from 255) = 40.65%
R=20.14%
G=39.21%
B=40.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122182260.500.0400.11184.2166.2866.27
Hex70DAE23240Bb84242
Octal160332342624013270102102
Binary11100001101101011100010110010100010111011100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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