#70DBEC

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

Shades of Turquoise Blue #70DBEC

Tints of Turquoise Blue #70DBEC

Color information

#70DBEC (or 0x70DBEC) is unknown color: approx Turquoise Blue. HEX triplet: 70, DB and EC. RGB value is (112,219,236). Sum of RGB (Red+Green+Blue) = 112+219+236=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #70DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBEC is #8F2413. Grayscale: #BCBCBC. Windows color (decimal): -9380884 or 15522672. OLE color: 15522672.

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

Color convert

RGB112219236-
CMYK0.530.0700.07
HSL188.23º76.54%68.24%-
HSV(B)188.23º52.54%92.55%-
XYZ47.1560.1688.48-
YUV188.94154.5573.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.75%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=19.75%
G=38.62%
B=41.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122192360.530.0700.07188.2376.5468.24
Hex70DBEC35707bc4d44
Octal16033335465707274115104
Binary1110000110110111110110011010111101111011110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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