#79EBDF

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

Shades of Turquoise Blue #79EBDF

Tints of Turquoise Blue #79EBDF

Color information

#79EBDF (or 0x79EBDF) is unknown color: approx Turquoise Blue. HEX triplet: 79, EB and DF. RGB value is (121,235,223). Sum of RGB (Red+Green+Blue) = 121+235+223=579 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.90% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EBDF is #861420. Grayscale: #C7C7C7. Windows color (decimal): -8786977 or 14674809. OLE color: 14674809.

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

Color convert

RGB121235223-
CMYK0.4900.050.08
HSL173.68º74.03%69.8%-
HSV(B)173.68º48.51%92.16%-
XYZ50.9168.8180.41-
YUV199.55141.2371.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.90%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=20.90%
G=40.59%
B=38.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212352230.4900.050.08173.6874.0369.8
Hex79EBDF31058ae4a46
Octal171353337610510256112106
Binary11110011110101111011111110001010110001010111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,235,223); }

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

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

 a { background-color: rgb(121,235,223); }

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

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

 span { border-color: rgb(121,235,223); }

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