#79DCF4

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

Shades of Turquoise Blue #79DCF4

Tints of Turquoise Blue #79DCF4

Color information

#79DCF4 (or 0x79DCF4) is unknown color: approx Turquoise Blue. HEX triplet: 79, DC and F4. RGB value is (121,220,244). Sum of RGB (Red+Green+Blue) = 121+220+244=585 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.68% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 244 - color contains mainly: blue. Hex color #79DCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DCF4 is #86230B. Grayscale: #C0C0C0. Windows color (decimal): -8790796 or 16047225. OLE color: 16047225.

HSL color Cylindrical-coordinate representation of color #79DCF4: hue angle of 191.71º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79DCF4 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121220244-
CMYK0.500.1000.04
HSL191.71º84.83%71.57%-
HSV(B)191.71º50.41%95.69%-
XYZ49.8161.7894.89-
YUV193.14156.776.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.68%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 244 (95.70% from 255) = 41.71%
R=20.68%
G=37.61%
B=41.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1212202440.500.1000.04191.7184.8371.57
Hex79DCF432A04c05548
Octal171334364621204300125110
Binary11110011101110011110100110010101001001100000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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