#79DDE0

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

Shades of Turquoise Blue #79DDE0

Tints of Turquoise Blue #79DDE0

Color information

#79DDE0 (or 0x79DDE0) is unknown color: approx Turquoise Blue. HEX triplet: 79, DD and E0. RGB value is (121,221,224). Sum of RGB (Red+Green+Blue) = 121+221+224=566 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.38% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #79DDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDE0 is #86221F. Grayscale: #BFBFBF. Windows color (decimal): -8790560 or 14736761. OLE color: 14736761.

HSL color Cylindrical-coordinate representation of color #79DDE0: hue angle of 181.75º degrees, saturation: 0.62, 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 #79DDE0 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121221224-
CMYK0.460.0100.12
HSL181.75º62.42%67.65%-
HSV(B)181.75º45.98%87.84%-
XYZ47.261.1679.84-
YUV191.44146.3777.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.38%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=21.38%
G=39.05%
B=39.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1212212240.460.0100.12181.7562.4267.65
Hex79DDE02E10Cb63e44
Octal17133534056101426676104
Binary11110011101110111100000101110101100101101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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