#70DCF4

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

Shades of Turquoise Blue #70DCF4

Tints of Turquoise Blue #70DCF4

Color information

#70DCF4 (or 0x70DCF4) is unknown color: approx Turquoise Blue. HEX triplet: 70, DC and F4. RGB value is (112,220,244). Sum of RGB (Red+Green+Blue) = 112+220+244=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #70DCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCF4 is #8F230B. Grayscale: #BEBEBE. Windows color (decimal): -9380620 or 16047216. OLE color: 16047216.

HSL color Cylindrical-coordinate representation of color #70DCF4: hue angle of 190.91º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70DCF4 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB112220244-
CMYK0.540.1000.04
HSL190.91º85.71%69.8%-
HSV(B)190.91º54.1%95.69%-
XYZ48.661.1694.83-
YUV190.44158.2272.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.44%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 244 (95.70% from 255) = 42.36%
R=19.44%
G=38.19%
B=42.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122202440.540.1000.04190.9185.7169.8
Hex70DCF436A04bf5646
Octal160334364661204277126106
Binary11100001101110011110100110110101001001011111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,220,244); }

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

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

 a { background-color: rgb(112,220,244); }

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

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

 span { border-color: rgb(112,220,244); }

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