#70DADB

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

Shades of Turquoise Blue #70DADB

Tints of Turquoise Blue #70DADB

Color information

#70DADB (or 0x70DADB) is unknown color: approx Turquoise Blue. HEX triplet: 70, DA and DB. RGB value is (112,218,219). Sum of RGB (Red+Green+Blue) = 112+218+219=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #70DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DADB is #8F2524. Grayscale: #BABABA. Windows color (decimal): -9381157 or 14408304. OLE color: 14408304.

HSL color Cylindrical-coordinate representation of color #70DADB: hue angle of 180.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DADB is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112218219-
CMYK0.490.0000.14
HSL180.56º59.78%64.9%-
HSV(B)180.56º48.86%85.88%-
XYZ44.5458.776-
YUV186.42146.3874.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.40%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=20.40%
G=39.71%
B=39.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122182190.490.0000.14180.5659.7864.9
Hex70DADB3100Eb53c41
Octal16033233361001626574101
Binary11100001101101011011011110001001110101101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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