#79DCF6

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

Shades of Turquoise Blue #79DCF6

Tints of Turquoise Blue #79DCF6

Color information

#79DCF6 (or 0x79DCF6) is unknown color: approx Turquoise Blue. HEX triplet: 79, DC and F6. RGB value is (121,220,246). Sum of RGB (Red+Green+Blue) = 121+220+246=587 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.61% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #79DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DCF6 is #862309. Grayscale: #C1C1C1. Windows color (decimal): -8790794 or 16178297. OLE color: 16178297.

HSL color Cylindrical-coordinate representation of color #79DCF6: hue angle of 192.48º 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 #79DCF6 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121220246-
CMYK0.510.1100.04
HSL192.48º87.41%71.96%-
HSV(B)192.48º50.81%96.47%-
XYZ50.1161.9196.5-
YUV193.36157.776.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.61%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=20.61%
G=37.48%
B=41.91%

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
Decimal1212202460.510.1100.04192.4887.4171.96
Hex79DCF633B04c05748
Octal171334366631304300127110
Binary11110011101110011110110110011101101001100000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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