Html Css Color HEX #79EAE1 Turquoise Blue

📋 copy color: '#79EAE1'

red 121 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #79EAE1

Tints of Turquoise Blue #79EAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 20.86%
G = 40.34%
B = 38.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#79EAE1 (or 0x79EAE1) is known color: Turquoise Blue. HEX triplet: 79, EA and E1. RGB value is (121,234,225). Sum of RGB (Red+Green+Blue) = 121+234+225=580 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.86% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #79EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EAE1 is #86151E. Grayscale: #C7C7C7. Windows color (decimal): -8787231 or 14805625. OLE color: 14805625.

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

Color convert

RGB 121 234 225 -
CMYK 0.48 0 0.04 0.08
HSL 175.22º 0.73% 0.7% -
HSV(B) 175.22º 0.48% 0.92% -
XYZ 50.9 68.35 81.74 -
YUV 199.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 121 234 225 0.48 0 0.04 0.08 175.22 0.73 0.7
Hex 79 EA E1 30 0 4 8 AF 49 46
Octal 171 352 341 60 0 4 10 257 111 106
Binary 1111001 11101010 11100001 110000 0 100 1000 10101111 1001001 1000110

Color Harmonies of #79EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EAE1

Black with #79EAE1

Text Example


Text Example

White with #79EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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