#79D5EA

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

Shades of Turquoise Blue #79D5EA

Tints of Turquoise Blue #79D5EA

Color information

#79D5EA (or 0x79D5EA) is unknown color: approx Turquoise Blue. HEX triplet: 79, D5 and EA. RGB value is (121,213,234). Sum of RGB (Red+Green+Blue) = 121+213+234=568 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.30% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #79D5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79D5EA is #862A15. Grayscale: #BBBBBB. Windows color (decimal): -8792598 or 15390073. OLE color: 15390073.

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

Color convert

RGB121213234-
CMYK0.480.0900.08
HSL191.15º72.9%69.61%-
HSV(B)191.15º48.29%91.76%-
XYZ46.5357.5986.51-
YUV187.89154.0280.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.30%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=21.30%
G=37.5%
B=41.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212132340.480.0900.08191.1572.969.61
Hex79D5EA30908bf4946
Octal1713253526011010277111106
Binary111100111010101111010101100001001010001011111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,213,234); }

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

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

 a { background-color: rgb(121,213,234); }

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

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

 span { border-color: rgb(121,213,234); }

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