#79DCF3

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

Shades of Turquoise Blue #79DCF3

Tints of Turquoise Blue #79DCF3

Color information

#79DCF3 (or 0x79DCF3) is unknown color: approx Turquoise Blue. HEX triplet: 79, DC and F3. RGB value is (121,220,243). Sum of RGB (Red+Green+Blue) = 121+220+243=584 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.72% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #79DCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DCF3 is #86230C. Grayscale: #C0C0C0. Windows color (decimal): -8790797 or 15981689. OLE color: 15981689.

HSL color Cylindrical-coordinate representation of color #79DCF3: hue angle of 191.31º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79DCF3 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121220243-
CMYK0.500.0900.05
HSL191.31º83.56%71.37%-
HSV(B)191.31º50.21%95.29%-
XYZ49.6661.7294.09-
YUV193.02156.276.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.72%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=20.72%
G=37.67%
B=41.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1212202430.500.0900.05191.3183.5671.37
Hex79DCF332905bf5447
Octal171334363621105277124107
Binary11110011101110011110011110010100101011011111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,220,243); }

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

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

 a { background-color: rgb(121,220,243); }

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

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

 span { border-color: rgb(121,220,243); }

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