#70DCEE

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

Shades of Turquoise Blue #70DCEE

Tints of Turquoise Blue #70DCEE

Color information

#70DCEE (or 0x70DCEE) is unknown color: approx Turquoise Blue. HEX triplet: 70, DC and EE. RGB value is (112,220,238). Sum of RGB (Red+Green+Blue) = 112+220+238=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #70DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCEE is #8F2311. Grayscale: #BDBDBD. Windows color (decimal): -9380626 or 15654000. OLE color: 15654000.

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

Color convert

RGB112220238-
CMYK0.530.0800.07
HSL188.57º78.75%68.63%-
HSV(B)188.57º52.94%93.33%-
XYZ47.7160.890.11-
YUV189.76155.2272.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.65%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=19.65%
G=38.60%
B=41.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122202380.530.0800.07188.5778.7568.63
Hex70DCEE35807bd4f45
Octal160334356651007275117105
Binary11100001101110011101110110101100001111011110110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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