#79D6EB

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

Shades of Turquoise Blue #79D6EB

Tints of Turquoise Blue #79D6EB

Color information

#79D6EB (or 0x79D6EB) is unknown color: approx Turquoise Blue. HEX triplet: 79, D6 and EB. RGB value is (121,214,235). Sum of RGB (Red+Green+Blue) = 121+214+235=570 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.23% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #79D6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79D6EB is #862914. Grayscale: #BCBCBC. Windows color (decimal): -8792341 or 15455865. OLE color: 15455865.

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

Color convert

RGB121214235-
CMYK0.490.0900.08
HSL191.05º74.03%69.8%-
HSV(B)191.05º48.51%92.16%-
XYZ46.9358.1687.35-
YUV188.59154.1979.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.23%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=21.23%
G=37.54%
B=41.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212142350.490.0900.08191.0574.0369.8
Hex79D6EB31908bf4a46
Octal1713263536111010277112106
Binary111100111010110111010111100011001010001011111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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