#70DBF9

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

Shades of Turquoise Blue #70DBF9

Tints of Turquoise Blue #70DBF9

Color information

#70DBF9 (or 0x70DBF9) is unknown color: approx Turquoise Blue. HEX triplet: 70, DB and F9. RGB value is (112,219,249). Sum of RGB (Red+Green+Blue) = 112+219+249=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #70DBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBF9 is #8F2406. Grayscale: #BEBEBE. Windows color (decimal): -9380871 or 16374640. OLE color: 16374640.

HSL color Cylindrical-coordinate representation of color #70DBF9: hue angle of 193.14º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DBF9 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112219249-
CMYK0.550.1200.02
HSL193.14º91.95%70.78%-
HSV(B)193.14º55.02%97.65%-
XYZ49.1160.9598.8-
YUV190.43161.0572.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.31%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=19.31%
G=37.76%
B=42.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122192490.550.1200.02193.1491.9570.78
Hex70DBF937C02c15c47
Octal160333371671402301134107
Binary1110000110110111111100111011111000101100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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