#70D9D3

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

Shades of Turquoise Blue #70D9D3

Tints of Turquoise Blue #70D9D3

Color information

#70D9D3 (or 0x70D9D3) is unknown color: approx Turquoise Blue. HEX triplet: 70, D9 and D3. RGB value is (112,217,211). Sum of RGB (Red+Green+Blue) = 112+217+211=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D9D3 is #8F262C. Grayscale: #B8B8B8. Windows color (decimal): -9381421 or 13883760. OLE color: 13883760.

HSL color Cylindrical-coordinate representation of color #70D9D3: hue angle of 176.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D9D3 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB112217211-
CMYK0.4800.030.15
HSL176.57º58.01%64.51%-
HSV(B)176.57º48.39%85.1%-
XYZ43.2557.7770.5-
YUV184.92142.7175.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.74%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=20.74%
G=40.19%
B=39.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122172110.4800.030.15176.5758.0164.51
Hex70D9D33003Fb13a41
Octal16033132360031726172101
Binary111000011011001110100111100000111111101100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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