#79DEFA

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

Shades of Turquoise Blue #79DEFA

Tints of Turquoise Blue #79DEFA

Color information

#79DEFA (or 0x79DEFA) is unknown color: approx Turquoise Blue. HEX triplet: 79, DE and FA. RGB value is (121,222,250). Sum of RGB (Red+Green+Blue) = 121+222+250=593 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.40% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #79DEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DEFA is #862105. Grayscale: #C2C2C2. Windows color (decimal): -8790278 or 16440953. OLE color: 16440953.

HSL color Cylindrical-coordinate representation of color #79DEFA: hue angle of 193.02º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79DEFA is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121222250-
CMYK0.520.1100.02
HSL193.02º92.81%72.75%-
HSV(B)193.02º51.6%98.04%-
XYZ51.2663.2199.94-
YUV194.99159.0475.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.40%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=20.40%
G=37.44%
B=42.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212222500.520.1100.02193.0292.8172.75
Hex79DEFA34B02c15d49
Octal171336372641302301135111
Binary1111001110111101111101011010010110101100000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,222,250); }

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

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

 a { background-color: rgb(121,222,250); }

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

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

 span { border-color: rgb(121,222,250); }

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