#70D2EA

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

Shades of Turquoise Blue #70D2EA

Tints of Turquoise Blue #70D2EA

Color information

#70D2EA (or 0x70D2EA) is unknown color: approx Turquoise Blue. HEX triplet: 70, D2 and EA. RGB value is (112,210,234). Sum of RGB (Red+Green+Blue) = 112+210+234=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #70D2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D2EA is #8F2D15. Grayscale: #B7B7B7. Windows color (decimal): -9383190 or 15389296. OLE color: 15389296.

HSL color Cylindrical-coordinate representation of color #70D2EA: hue angle of 191.8º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70D2EA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112210234-
CMYK0.520.1000.08
HSL191.8º74.39%67.84%-
HSV(B)191.8º52.14%91.76%-
XYZ44.5855.4886.2-
YUV183.43156.5377.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.14%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=20.14%
G=37.77%
B=42.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122102340.520.1000.08191.874.3967.84
Hex70D2EA34A08c04a44
Octal1603223526412010300112104
Binary111000011010010111010101101001010010001100000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,210,234); }

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

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

 a { background-color: rgb(112,210,234); }

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

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

 span { border-color: rgb(112,210,234); }

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