Html Css Color HEX #79EBE3 Turquoise Blue

📋 copy color: '#79EBE3'

red 121 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #79EBE3

Tints of Turquoise Blue #79EBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.94%

R = 20.75%
G = 40.31%
B = 38.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#79EBE3 (or 0x79EBE3) is known color: Turquoise Blue. HEX triplet: 79, EB and E3. RGB value is (121,235,227). Sum of RGB (Red+Green+Blue) = 121+235+227=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EBE3 is #86141C. Grayscale: #C7C7C7. Windows color (decimal): -8786973 or 14936953. OLE color: 14936953.

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

Color convert

RGB 121 235 227 -
CMYK 0.49 0 0.03 0.08
HSL 175.79º 0.74% 0.7% -
HSV(B) 175.79º 0.49% 0.92% -
XYZ 51.46 69.03 83.28 -
YUV 200 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 121 235 227 0.49 0 0.03 0.08 175.79 0.74 0.7
Hex 79 EB E3 31 0 3 8 B0 4A 46
Octal 171 353 343 61 0 3 10 260 112 106
Binary 1111001 11101011 11100011 110001 0 11 1000 10110000 1001010 1000110

Color Harmonies of #79EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EBE3

Black with #79EBE3

Text Example


Text Example

White with #79EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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