#70DBFF

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

Shades of Turquoise Blue #70DBFF

Tints of Turquoise Blue #70DBFF

Color information

#70DBFF (or 0x70DBFF) is unknown color: approx Turquoise Blue. HEX triplet: 70, DB and FF. RGB value is (112,219,255). Sum of RGB (Red+Green+Blue) = 112+219+255=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #70DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBFF is #8F2400. Grayscale: #BEBEBE. Windows color (decimal): -9380865 or 16767856. OLE color: 16767856.

HSL color Cylindrical-coordinate representation of color #70DBFF: hue angle of 195.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DBFF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112219255-
CMYK0.560.1400
HSL195.1º100%71.96%-
HSV(B)195.1º56.08%100%-
XYZ50.0661.33103.81-
YUV191.11164.0571.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.11%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 255 (100% from 255) = 43.52%
R=19.11%
G=37.37%
B=43.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122192550.560.1400195.110071.96
Hex70DBFF38E00c36448
Octal160333377701600303144110
Binary111000011011011111111111110001110001100001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,255); }

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

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

 a { background-color: rgb(112,219,255); }

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

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

 span { border-color: rgb(112,219,255); }

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