#70DBDA

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

Shades of Turquoise Blue #70DBDA

Tints of Turquoise Blue #70DBDA

Color information

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

HSL color Cylindrical-coordinate representation of color #70DBDA: hue angle of 179.44º 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 #70DBDA is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB112219218-
CMYK0.4900.000.14
HSL179.44º59.78%64.9%-
HSV(B)179.44º48.86%85.88%-
XYZ44.6759.1775.4-
YUV186.89145.5574.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122192180.4900.000.14179.4459.7864.9
Hex70DBDA3100Eb33c41
Octal16033333261001626374101
Binary11100001101101111011010110001001110101100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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