Html Css Color HEX #79EBE9 Turquoise Blue

📋 copy color: '#79EBE9'

red 121 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #79EBE9

Tints of Turquoise Blue #79EBE9

RGB

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

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

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

R = 20.54%
G = 39.9%
B = 39.56%

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

#79EBE9 (or 0x79EBE9) is known color: Turquoise Blue. HEX triplet: 79, EB and E9. RGB value is (121,235,233). Sum of RGB (Red+Green+Blue) = 121+235+233=589 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.54% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EBE9 is #861416. Grayscale: #C8C8C8. Windows color (decimal): -8786967 or 15330169. OLE color: 15330169.

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

Color convert

RGB 121 235 233 -
CMYK 0.49 0 0.01 0.08
HSL 178.95º 0.74% 0.7% -
HSV(B) 178.95º 0.49% 0.92% -
XYZ 52.3 69.36 87.72 -
YUV 200.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 121 235 233 0.49 0 0.01 0.08 178.95 0.74 0.7
Hex 79 EB E9 31 0 1 8 B3 4A 46
Octal 171 353 351 61 0 1 10 263 112 106
Binary 1111001 11101011 11101001 110001 0 1 1000 10110011 1001010 1000110

Color Harmonies of #79EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EBE9

Black with #79EBE9

Text Example


Text Example

White with #79EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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