#70DADE

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

Shades of Turquoise Blue #70DADE

Tints of Turquoise Blue #70DADE

Color information

#70DADE (or 0x70DADE) is unknown color: approx Turquoise Blue. HEX triplet: 70, DA and DE. RGB value is (112,218,222). Sum of RGB (Red+Green+Blue) = 112+218+222=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #70DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DADE is #8F2521. Grayscale: #BABABA. Windows color (decimal): -9381154 or 14604912. OLE color: 14604912.

HSL color Cylindrical-coordinate representation of color #70DADE: hue angle of 182.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DADE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112218222-
CMYK0.500.0200.13
HSL182.18º62.5%65.49%-
HSV(B)182.18º49.55%87.06%-
XYZ44.9458.8678.1-
YUV186.76147.8874.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.29%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=20.29%
G=39.49%
B=40.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122182220.500.0200.13182.1862.565.49
Hex70DADE3220Db63e41
Octal16033233662201526676101
Binary111000011011010110111101100101001101101101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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