#70D8F3

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

Shades of Turquoise Blue #70D8F3

Tints of Turquoise Blue #70D8F3

Color information

#70D8F3 (or 0x70D8F3) is unknown color: approx Turquoise Blue. HEX triplet: 70, D8 and F3. RGB value is (112,216,243). Sum of RGB (Red+Green+Blue) = 112+216+243=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #70D8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D8F3 is #8F270C. Grayscale: #BBBBBB. Windows color (decimal): -9381645 or 15980656. OLE color: 15980656.

HSL color Cylindrical-coordinate representation of color #70D8F3: hue angle of 192.37º 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 #70D8F3 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112216243-
CMYK0.540.1100.05
HSL192.37º84.52%69.61%-
HSV(B)192.37º53.91%95.29%-
XYZ47.4259.0393.69-
YUV187.98159.0473.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.61%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=19.61%
G=37.83%
B=42.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122162430.540.1100.05192.3784.5269.61
Hex70D8F336B05c05546
Octal160330363661305300125106
Binary11100001101100011110011110110101101011100000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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