#79DBF6

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

Shades of Turquoise Blue #79DBF6

Tints of Turquoise Blue #79DBF6

Color information

#79DBF6 (or 0x79DBF6) is unknown color: approx Turquoise Blue. HEX triplet: 79, DB and F6. RGB value is (121,219,246). Sum of RGB (Red+Green+Blue) = 121+219+246=586 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.65% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #79DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DBF6 is #862409. Grayscale: #C0C0C0. Windows color (decimal): -8791050 or 16178041. OLE color: 16178041.

HSL color Cylindrical-coordinate representation of color #79DBF6: hue angle of 192.96º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79DBF6 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121219246-
CMYK0.510.1100.04
HSL192.96º87.41%71.96%-
HSV(B)192.96º50.81%96.47%-
XYZ49.8561.3896.41-
YUV192.78158.0376.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.65%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 246 (96.48% from 255) = 41.98%
R=20.65%
G=37.37%
B=41.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1212192460.510.1100.04192.9687.4171.96
Hex79DBF633B04c15748
Octal171333366631304301127110
Binary11110011101101111110110110011101101001100000110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79DBF6; }

 p { color: rgb(121,219,246); }

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

<style>
 a { background-color: #79DBF6; }

 a { background-color: rgb(121,219,246); }

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

<style>
 span { border-color: #79DBF6; }

 span { border-color: rgb(121,219,246); }

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