#79DDE1

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

Shades of Turquoise Blue #79DDE1

Tints of Turquoise Blue #79DDE1

Color information

#79DDE1 (or 0x79DDE1) is unknown color: approx Turquoise Blue. HEX triplet: 79, DD and E1. RGB value is (121,221,225). Sum of RGB (Red+Green+Blue) = 121+221+225=567 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.34% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #79DDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDE1 is #86221E. Grayscale: #BFBFBF. Windows color (decimal): -8790559 or 14802297. OLE color: 14802297.

HSL color Cylindrical-coordinate representation of color #79DDE1: hue angle of 182.31º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79DDE1 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121221225-
CMYK0.460.0200.12
HSL182.31º63.41%67.84%-
HSV(B)182.31º46.22%88.24%-
XYZ47.3361.2180.55-
YUV191.56146.8777.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.34%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=21.34%
G=38.98%
B=39.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1212212250.460.0200.12182.3163.4167.84
Hex79DDE12E20Cb63f44
Octal17133534156201426677104
Binary111100111011101111000011011101001100101101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,221,225); }

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

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

 a { background-color: rgb(121,221,225); }

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

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

 span { border-color: rgb(121,221,225); }

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