#79DEED

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

Shades of Turquoise Blue #79DEED

Tints of Turquoise Blue #79DEED

Color information

#79DEED (or 0x79DEED) is unknown color: approx Turquoise Blue. HEX triplet: 79, DE and ED. RGB value is (121,222,237). Sum of RGB (Red+Green+Blue) = 121+222+237=580 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.86% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #79DEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DEED is #862112. Grayscale: #C1C1C1. Windows color (decimal): -8790291 or 15588985. OLE color: 15588985.

HSL color Cylindrical-coordinate representation of color #79DEED: hue angle of 187.76º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79DEED is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121222237-
CMYK0.490.0600.07
HSL187.76º76.32%70.2%-
HSV(B)187.76º48.95%92.94%-
XYZ49.2962.4289.57-
YUV193.51152.5476.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.86%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=20.86%
G=38.28%
B=40.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212222370.490.0600.07187.7676.3270.2
Hex79DEED31607bc4c46
Octal17133635561607274114106
Binary1111001110111101110110111000111001111011110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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