Html Css Color HEX #79EAE4 Turquoise Blue

📋 copy color: '#79EAE4'

red 121 ◦ green 234 ◦ blue 228

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

Shades of Turquoise Blue #79EAE4

Tints of Turquoise Blue #79EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.11%

R = 20.75%
G = 40.14%
B = 39.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#79EAE4 (or 0x79EAE4) is known color: Turquoise Blue. HEX triplet: 79, EA and E4. RGB value is (121,234,228). Sum of RGB (Red+Green+Blue) = 121+234+228=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #79EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EAE4 is #86151B. Grayscale: #C7C7C7. Windows color (decimal): -8787228 or 15002233. OLE color: 15002233.

HSL color Cylindrical-coordinate representation of color #79EAE4: hue angle of 176.81º 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 #79EAE4 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 234 228 -
CMYK 0.48 0 0.03 0.08
HSL 176.81º 0.73% 0.7% -
HSV(B) 176.81º 0.48% 0.92% -
XYZ 51.31 68.51 83.92 -
YUV 199.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 121 234 228 0.48 0 0.03 0.08 176.81 0.73 0.7
Hex 79 EA E4 30 0 3 8 B1 49 46
Octal 171 352 344 60 0 3 10 261 111 106
Binary 1111001 11101010 11100100 110000 0 11 1000 10110001 1001001 1000110

Color Harmonies of #79EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EAE4

Black with #79EAE4

Text Example


Text Example

White with #79EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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