#70E4E5

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

Shades of Turquoise Blue #70E4E5

Tints of Turquoise Blue #70E4E5

Color information

#70E4E5 (or 0x70E4E5) is unknown color: approx Turquoise Blue. HEX triplet: 70, E4 and E5. RGB value is (112,228,229). Sum of RGB (Red+Green+Blue) = 112+228+229=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #70E4E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4E5 is #8F1B1A. Grayscale: #C1C1C1. Windows color (decimal): -9378587 or 15066224. OLE color: 15066224.

HSL color Cylindrical-coordinate representation of color #70E4E5: hue angle of 180.51º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4E5 is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112228229-
CMYK0.510.0000.10
HSL180.51º69.23%66.86%-
HSV(B)180.51º51.09%89.8%-
XYZ48.5764.5984.04-
YUV193.43148.0769.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.68%
GREEN value IS 228 (89.45% from 255) = 40.07%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=19.68%
G=40.07%
B=40.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122282290.510.0000.10180.5169.2366.86
Hex70E4E53300Ab54543
Octal160344345630012265105103
Binary111000011100100111001011100110010101011010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,228,229); }

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

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

 a { background-color: rgb(112,228,229); }

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

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

 span { border-color: rgb(112,228,229); }

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