#70D9DB

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

Shades of Turquoise Blue #70D9DB

Tints of Turquoise Blue #70D9DB

Color information

#70D9DB (or 0x70D9DB) is unknown color: approx Turquoise Blue. HEX triplet: 70, D9 and DB. RGB value is (112,217,219). Sum of RGB (Red+Green+Blue) = 112+217+219=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #70D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D9DB is #8F2624. Grayscale: #B9B9B9. Windows color (decimal): -9381413 or 14408048. OLE color: 14408048.

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

Color convert

RGB112217219-
CMYK0.490.0100.14
HSL181.12º59.78%64.9%-
HSV(B)181.12º48.86%85.88%-
XYZ44.2858.1875.91-
YUV185.83146.7175.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.44%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=20.44%
G=39.60%
B=39.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122172190.490.0100.14181.1259.7864.9
Hex70D9DB3110Eb53c41
Octal16033133361101626574101
Binary11100001101100111011011110001101110101101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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