#79D7EE

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

Shades of Turquoise Blue #79D7EE

Tints of Turquoise Blue #79D7EE

Color information

#79D7EE (or 0x79D7EE) is unknown color: approx Turquoise Blue. HEX triplet: 79, D7 and EE. RGB value is (121,215,238). Sum of RGB (Red+Green+Blue) = 121+215+238=574 (76% of max value = 765). Red value is 121 (47.66% from 255 or 21.08% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #79D7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79D7EE is #862811. Grayscale: #BDBDBD. Windows color (decimal): -8792082 or 15652729. OLE color: 15652729.

HSL color Cylindrical-coordinate representation of color #79D7EE: hue angle of 191.79º degrees, saturation: 0.77, 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 #79D7EE is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121215238-
CMYK0.490.1000.07
HSL191.79º77.48%70.39%-
HSV(B)191.79º49.16%93.33%-
XYZ47.6258.8489.74-
YUV189.52155.3679.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.08%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=21.08%
G=37.46%
B=41.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212152380.490.1000.07191.7977.4870.39
Hex79D7EE31A07c04d46
Octal171327356611207300115106
Binary11110011101011111101110110001101001111100000010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,215,238); }

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

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

 a { background-color: rgb(121,215,238); }

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

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

 span { border-color: rgb(121,215,238); }

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