#70D5F7

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

Shades of Turquoise Blue #70D5F7

Tints of Turquoise Blue #70D5F7

Color information

#70D5F7 (or 0x70D5F7) is unknown color: approx Turquoise Blue. HEX triplet: 70, D5 and F7. RGB value is (112,213,247). Sum of RGB (Red+Green+Blue) = 112+213+247=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #70D5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D5F7 is #8F2A08. Grayscale: #BABABA. Windows color (decimal): -9382409 or 16242032. OLE color: 16242032.

HSL color Cylindrical-coordinate representation of color #70D5F7: hue angle of 195.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70D5F7 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112213247-
CMYK0.550.1400.03
HSL195.11º89.4%70.39%-
HSV(B)195.11º54.66%96.86%-
XYZ47.2657.7596.65-
YUV186.68162.0474.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.58%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 247 (96.88% from 255) = 43.18%
R=19.58%
G=37.24%
B=43.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122132470.550.1400.03195.1189.470.39
Hex70D5F737E03c35946
Octal160325367671603303131106
Binary1110000110101011111011111011111100111100001110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,213,247); }

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

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

 a { background-color: rgb(112,213,247); }

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

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

 span { border-color: rgb(112,213,247); }

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