Html Css Color HEX #79EBE2 Turquoise Blue

📋 copy color: '#79EBE2'

red 121 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #79EBE2

Tints of Turquoise Blue #79EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 20.79%
G = 40.38%
B = 38.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#79EBE2 (or 0x79EBE2) is known color: Turquoise Blue. HEX triplet: 79, EB and E2. RGB value is (121,235,226). Sum of RGB (Red+Green+Blue) = 121+235+226=582 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.79% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EBE2 is #86141D. Grayscale: #C7C7C7. Windows color (decimal): -8786974 or 14871417. OLE color: 14871417.

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

Color convert

RGB 121 235 226 -
CMYK 0.49 0 0.04 0.08
HSL 175.26º 0.74% 0.7% -
HSV(B) 175.26º 0.49% 0.92% -
XYZ 51.32 68.97 82.56 -
YUV 199.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 121 235 226 0.49 0 0.04 0.08 175.26 0.74 0.7
Hex 79 EB E2 31 0 4 8 AF 4A 46
Octal 171 353 342 61 0 4 10 257 112 106
Binary 1111001 11101011 11100010 110001 0 100 1000 10101111 1001010 1000110

Color Harmonies of #79EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EBE2

Black with #79EBE2

Text Example


Text Example

White with #79EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,235,226); }

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

background-color css

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

 a { background-color: rgb(121,235,226); }

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

border-color css

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

 span { border-color: rgb(121,235,226); }

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