#79DDF4

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

Shades of Turquoise Blue #79DDF4

Tints of Turquoise Blue #79DDF4

Color information

#79DDF4 (or 0x79DDF4) is unknown color: approx Turquoise Blue. HEX triplet: 79, DD and F4. RGB value is (121,221,244). Sum of RGB (Red+Green+Blue) = 121+221+244=586 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.65% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #79DDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DDF4 is #86220B. Grayscale: #C1C1C1. Windows color (decimal): -8790540 or 16047481. OLE color: 16047481.

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

Color convert

RGB121221244-
CMYK0.500.0900.04
HSL191.22º84.83%71.57%-
HSV(B)191.22º50.41%95.69%-
XYZ50.0762.3194.98-
YUV193.72156.3776.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.65%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 244 (95.70% from 255) = 41.64%
R=20.65%
G=37.71%
B=41.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1212212440.500.0900.04191.2284.8371.57
Hex79DDF432904bf5548
Octal171335364621104277125110
Binary11110011101110111110100110010100101001011111110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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