#70DAF3

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

Shades of Turquoise Blue #70DAF3

Tints of Turquoise Blue #70DAF3

Color information

#70DAF3 (or 0x70DAF3) is unknown color: approx Turquoise Blue. HEX triplet: 70, DA and F3. RGB value is (112,218,243). Sum of RGB (Red+Green+Blue) = 112+218+243=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #70DAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAF3 is #8F250C. Grayscale: #BCBCBC. Windows color (decimal): -9381133 or 15981168. OLE color: 15981168.

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

Color convert

RGB112218243-
CMYK0.540.1000.05
HSL191.45º84.52%69.61%-
HSV(B)191.45º53.91%95.29%-
XYZ47.9360.0693.86-
YUV189.16158.3872.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.55%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=19.55%
G=38.05%
B=42.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122182430.540.1000.05191.4584.5269.61
Hex70DAF336A05bf5546
Octal160332363661205277125106
Binary11100001101101011110011110110101001011011111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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