#79DFEC

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

Shades of Turquoise Blue #79DFEC

Tints of Turquoise Blue #79DFEC

Color information

#79DFEC (or 0x79DFEC) is unknown color: approx Turquoise Blue. HEX triplet: 79, DF and EC. RGB value is (121,223,236). Sum of RGB (Red+Green+Blue) = 121+223+236=580 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.86% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #79DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DFEC is #862013. Grayscale: #C1C1C1. Windows color (decimal): -8790036 or 15523705. OLE color: 15523705.

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

Color convert

RGB121223236-
CMYK0.490.0600.07
HSL186.78º75.16%70%-
HSV(B)186.78º48.73%92.55%-
XYZ49.4162.988.89-
YUV193.98151.7175.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.86%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=20.86%
G=38.45%
B=40.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212232360.490.0600.07186.7875.1670
Hex79DFEC31607bb4b46
Octal17133735461607273113106
Binary1111001110111111110110011000111001111011101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,223,236); }

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

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

 a { background-color: rgb(121,223,236); }

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

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

 span { border-color: rgb(121,223,236); }

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