#70DAEC

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

Shades of Turquoise Blue #70DAEC

Tints of Turquoise Blue #70DAEC

Color information

#70DAEC (or 0x70DAEC) is unknown color: approx Turquoise Blue. HEX triplet: 70, DA and EC. RGB value is (112,218,236). Sum of RGB (Red+Green+Blue) = 112+218+236=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #70DAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAEC is #8F2513. Grayscale: #BCBCBC. Windows color (decimal): -9381140 or 15522416. OLE color: 15522416.

HSL color Cylindrical-coordinate representation of color #70DAEC: hue angle of 188.71º 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 #70DAEC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112218236-
CMYK0.530.0800.07
HSL188.71º76.54%68.24%-
HSV(B)188.71º52.54%92.55%-
XYZ46.8959.6488.4-
YUV188.36154.8873.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.79%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=19.79%
G=38.52%
B=41.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122182360.530.0800.07188.7176.5468.24
Hex70DAEC35807bd4d44
Octal160332354651007275115104
Binary11100001101101011101100110101100001111011110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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