#70DEEE

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

Shades of Turquoise Blue #70DEEE

Tints of Turquoise Blue #70DEEE

Color information

#70DEEE (or 0x70DEEE) is unknown color: approx Turquoise Blue. HEX triplet: 70, DE and EE. RGB value is (112,222,238). Sum of RGB (Red+Green+Blue) = 112+222+238=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #70DEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEEE is #8F2111. Grayscale: #BEBEBE. Windows color (decimal): -9380114 or 15654512. OLE color: 15654512.

HSL color Cylindrical-coordinate representation of color #70DEEE: hue angle of 187.62º 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 #70DEEE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112222238-
CMYK0.530.0700.07
HSL187.62º78.75%68.63%-
HSV(B)187.62º52.94%93.33%-
XYZ48.2461.8690.29-
YUV190.93154.5671.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.58%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=19.58%
G=38.81%
B=41.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122222380.530.0700.07187.6278.7568.63
Hex70DEEE35707bc4f45
Octal16033635665707274117105
Binary1110000110111101110111011010111101111011110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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