#70D5E0

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

Shades of Turquoise Blue #70D5E0

Tints of Turquoise Blue #70D5E0

Color information

#70D5E0 (or 0x70D5E0) is unknown color: approx Turquoise Blue. HEX triplet: 70, D5 and E0. RGB value is (112,213,224). Sum of RGB (Red+Green+Blue) = 112+213+224=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #70D5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D5E0 is #8F2A1F. Grayscale: #B7B7B7. Windows color (decimal): -9382432 or 14734704. OLE color: 14734704.

HSL color Cylindrical-coordinate representation of color #70D5E0: hue angle of 185.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70D5E0 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112213224-
CMYK0.500.0500.12
HSL185.89º64.37%65.88%-
HSV(B)185.89º50%87.84%-
XYZ43.9356.4279.09-
YUV184.06150.5476.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.40%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=20.40%
G=38.80%
B=40.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122132240.500.0500.12185.8964.3765.88
Hex70D5E03250Cba4042
Octal160325340625014272100102
Binary11100001101010111100000110010101011001011101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,213,224); }

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

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

 a { background-color: rgb(112,213,224); }

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

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

 span { border-color: rgb(112,213,224); }

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