#79DADF

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

Shades of Turquoise Blue #79DADF

Tints of Turquoise Blue #79DADF

Color information

#79DADF (or 0x79DADF) is unknown color: approx Turquoise Blue. HEX triplet: 79, DA and DF. RGB value is (121,218,223). Sum of RGB (Red+Green+Blue) = 121+218+223=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #79DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DADF is #862520. Grayscale: #BDBDBD. Windows color (decimal): -8791329 or 14670457. OLE color: 14670457.

HSL color Cylindrical-coordinate representation of color #79DADF: hue angle of 182.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79DADF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121218223-
CMYK0.460.0200.13
HSL182.94º61.45%67.45%-
HSV(B)182.94º45.74%87.45%-
XYZ46.2859.5478.86-
YUV189.57146.8679.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.53%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=21.53%
G=38.79%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1212182230.460.0200.13182.9461.4567.45
Hex79DADF2E20Db73d43
Octal17133233756201526775103
Binary111100111011010110111111011101001101101101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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