#70EEE8

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

Shades of Turquoise Blue #70EEE8

Tints of Turquoise Blue #70EEE8

Color information

#70EEE8 (or 0x70EEE8) is unknown color: approx Turquoise Blue. HEX triplet: 70, EE and E8. RGB value is (112,238,232). Sum of RGB (Red+Green+Blue) = 112+238+232=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EEE8 is #8F1117. Grayscale: #C7C7C7. Windows color (decimal): -9376024 or 15265392. OLE color: 15265392.

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

Color convert

RGB112238232-
CMYK0.5300.030.07
HSL177.14º78.75%68.63%-
HSV(B)177.14º52.94%93.33%-
XYZ51.8270.4287.21-
YUV199.64146.2665.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.24%
GREEN value IS 238 (93.36% from 255) = 40.89%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=19.24%
G=40.89%
B=39.86%

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
Decimal1122382320.5300.030.07177.1478.7568.63
Hex70EEE835037b14f45
Octal16035635065037261117105
Binary111000011101110111010001101010111111011000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,238,232); }

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

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

 a { background-color: rgb(112,238,232); }

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

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

 span { border-color: rgb(112,238,232); }

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