#70DAE9

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

Shades of Turquoise Blue #70DAE9

Tints of Turquoise Blue #70DAE9

Color information

#70DAE9 (or 0x70DAE9) is unknown color: approx Turquoise Blue. HEX triplet: 70, DA and E9. RGB value is (112,218,233). Sum of RGB (Red+Green+Blue) = 112+218+233=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #70DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAE9 is #8F2516. Grayscale: #BBBBBB. Windows color (decimal): -9381143 or 15325808. OLE color: 15325808.

HSL color Cylindrical-coordinate representation of color #70DAE9: hue angle of 187.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DAE9 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112218233-
CMYK0.520.0600.09
HSL187.44º73.33%67.65%-
HSV(B)187.44º51.93%91.37%-
XYZ46.4659.4786.12-
YUV188.02153.3873.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.89%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=19.89%
G=38.72%
B=41.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122182330.520.0600.09187.4473.3367.65
Hex70DAE934609bb4944
Octal160332351646011273111104
Binary11100001101101011101001110100110010011011101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,218,233); }

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

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

 a { background-color: rgb(112,218,233); }

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

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

 span { border-color: rgb(112,218,233); }

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