Html Css Color HEX #79EBE8 Turquoise Blue

📋 copy color: '#79EBE8'

red 121 ◦ green 235 ◦ blue 232

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

Shades of Turquoise Blue #79EBE8

Tints of Turquoise Blue #79EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.46%

R = 20.58%
G = 39.97%
B = 39.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#79EBE8 (or 0x79EBE8) is known color: Turquoise Blue. HEX triplet: 79, EB and E8. RGB value is (121,235,232). Sum of RGB (Red+Green+Blue) = 121+235+232=588 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.58% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EBE8 is #861417. Grayscale: #C8C8C8. Windows color (decimal): -8786968 or 15264633. OLE color: 15264633.

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

Color convert

RGB 121 235 232 -
CMYK 0.49 0 0.01 0.08
HSL 178.42º 0.74% 0.7% -
HSV(B) 178.42º 0.49% 0.92% -
XYZ 52.16 69.31 86.97 -
YUV 200.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 121 235 232 0.49 0 0.01 0.08 178.42 0.74 0.7
Hex 79 EB E8 31 0 1 8 B2 4A 46
Octal 171 353 350 61 0 1 10 262 112 106
Binary 1111001 11101011 11101000 110001 0 1 1000 10110010 1001010 1000110

Color Harmonies of #79EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EBE8

Black with #79EBE8

Text Example


Text Example

White with #79EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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