#79D9EA

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

Shades of Turquoise Blue #79D9EA

Tints of Turquoise Blue #79D9EA

Color information

#79D9EA (or 0x79D9EA) is unknown color: approx Turquoise Blue. HEX triplet: 79, D9 and EA. RGB value is (121,217,234). Sum of RGB (Red+Green+Blue) = 121+217+234=572 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.15% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #79D9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79D9EA is #862615. Grayscale: #BEBEBE. Windows color (decimal): -8791574 or 15391097. OLE color: 15391097.

HSL color Cylindrical-coordinate representation of color #79D9EA: hue angle of 189.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79D9EA is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121217234-
CMYK0.480.0700.08
HSL189.03º72.9%69.61%-
HSV(B)189.03º48.29%91.76%-
XYZ47.5559.6386.85-
YUV190.23152.778.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.15%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=21.15%
G=37.94%
B=40.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212172340.480.0700.08189.0372.969.61
Hex79D9EA30708bd4946
Octal171331352607010275111106
Binary11110011101100111101010110000111010001011110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,217,234); }

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

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

 a { background-color: rgb(121,217,234); }

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

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

 span { border-color: rgb(121,217,234); }

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