Html Css Color HEX #79DDE9 Turquoise Blue

📋 copy color: '#79DDE9'

red 121 ◦ green 221 ◦ blue 233

#79DDE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #79DDE9

Tints of Turquoise Blue #79DDE9

RGB

 RED value IS 121 (47.66% from 255) = 21.04%

 GREEN value IS 221 (86.72% from 255) = 38.43%

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 21.04%
G = 38.43%
B = 40.52%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#79DDE9 (or 0x79DDE9) is known color: Turquoise Blue. HEX triplet: 79, DD and E9. RGB value is (121,221,233). Sum of RGB (Red+Green+Blue) = 121+221+233=575 (76% of max value = 765). Red value is 121 (47.66% from 255 or 21.04% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #79DDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DDE9 is #862216. Grayscale: #C0C0C0. Windows color (decimal): -8790551 or 15326585. OLE color: 15326585.

HSL color Cylindrical-coordinate representation of color #79DDE9: hue angle of 186.43º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79DDE9 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 221 233 -
CMYK 0.48 0.05 0 0.09
HSL 186.43º 0.72% 0.69% -
HSV(B) 186.43º 0.48% 0.91% -
XYZ 48.45 61.66 86.44 -
YUV 192.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 121 221 233 0.48 0.05 0 0.09 186.43 0.72 0.69
Hex 79 DD E9 30 5 0 9 BA 48 45
Octal 171 335 351 60 5 0 11 272 110 105
Binary 1111001 11011101 11101001 110000 101 0 1001 10111010 1001000 1000101

Color Harmonies of #79DDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79DDE9

Black with #79DDE9

Text Example


Text Example

White with #79DDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79DDE9;
 }
 .AnyTagClassName
 {
   color: #79DDE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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