Html Css Color HEX #79EAE9 Turquoise Blue

📋 copy color: '#79EAE9'

red 121 ◦ green 234 ◦ blue 233

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

Shades of Turquoise Blue #79EAE9

Tints of Turquoise Blue #79EAE9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

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

R = 20.58%
G = 39.8%
B = 39.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#79EAE9 (or 0x79EAE9) is known color: Turquoise Blue. HEX triplet: 79, EA and E9. RGB value is (121,234,233). Sum of RGB (Red+Green+Blue) = 121+234+233=588 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.58% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #79EAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EAE9 is #861516. Grayscale: #C7C7C7. Windows color (decimal): -8787223 or 15329913. OLE color: 15329913.

HSL color Cylindrical-coordinate representation of color #79EAE9: hue angle of 179.47º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79EAE9 is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 234 233 -
CMYK 0.48 0 0.00 0.08
HSL 179.47º 0.73% 0.7% -
HSV(B) 179.47º 0.48% 0.92% -
XYZ 52.02 68.79 87.63 -
YUV 200.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 121 234 233 0.48 0 0.00 0.08 179.47 0.73 0.7
Hex 79 EA E9 30 0 0 8 B3 49 46
Octal 171 352 351 60 0 0 10 263 111 106
Binary 1111001 11101010 11101001 110000 0 0 1000 10110011 1001001 1000110

Color Harmonies of #79EAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EAE9

Black with #79EAE9

Text Example


Text Example

White with #79EAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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