#70E1D5

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

Shades of Turquoise Blue #70E1D5

Tints of Turquoise Blue #70E1D5

Color information

#70E1D5 (or 0x70E1D5) is unknown color: approx Turquoise Blue. HEX triplet: 70, E1 and D5. RGB value is (112,225,213). Sum of RGB (Red+Green+Blue) = 112+225+213=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E1D5 is #8F1E2A. Grayscale: #BDBDBD. Windows color (decimal): -9379371 or 14016880. OLE color: 14016880.

HSL color Cylindrical-coordinate representation of color #70E1D5: hue angle of 173.63º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E1D5 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB112225213-
CMYK0.5000.050.12
HSL173.63º65.32%66.08%-
HSV(B)173.63º50.22%88.24%-
XYZ45.6262.172.53-
YUV189.84141.0672.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.36%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=20.36%
G=40.91%
B=38.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122252130.5000.050.12173.6365.3266.08
Hex70E1D53205Cae4142
Octal160341325620514256101102
Binary11100001110000111010101110010010111001010111010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,225,213); }

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

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

 a { background-color: rgb(112,225,213); }

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

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

 span { border-color: rgb(112,225,213); }

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