#70EDE7

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

Shades of Turquoise Blue #70EDE7

Tints of Turquoise Blue #70EDE7

Color information

#70EDE7 (or 0x70EDE7) is unknown color: approx Turquoise Blue. HEX triplet: 70, ED and E7. RGB value is (112,237,231). Sum of RGB (Red+Green+Blue) = 112+237+231=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDE7 is #8F1218. Grayscale: #C6C6C6. Windows color (decimal): -9376281 or 15199600. OLE color: 15199600.

HSL color Cylindrical-coordinate representation of color #70EDE7: hue angle of 177.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDE7 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB112237231-
CMYK0.5300.030.07
HSL177.12º77.64%68.43%-
HSV(B)177.12º52.74%92.94%-
XYZ51.3969.7886.36-
YUV198.94146.0965.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.31%
GREEN value IS 237 (92.97% from 255) = 40.86%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=19.31%
G=40.86%
B=39.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122372310.5300.030.07177.1277.6468.43
Hex70EDE735037b14e44
Octal16035534765037261116104
Binary111000011101101111001111101010111111011000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,231); }

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

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

 a { background-color: rgb(112,237,231); }

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

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

 span { border-color: rgb(112,237,231); }

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