Html Css Color HEX #77EAE2 Turquoise Blue

📋 copy color: '#77EAE2'

red 119 ◦ green 234 ◦ blue 226

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

Shades of Turquoise Blue #77EAE2

Tints of Turquoise Blue #77EAE2

RGB

 RED value IS 119 (46.88% from 255) = 20.55%

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

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

R = 20.55%
G = 40.41%
B = 39.03%

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

#77EAE2 (or 0x77EAE2) is known color: Turquoise Blue. HEX triplet: 77, EA and E2. RGB value is (119,234,226). Sum of RGB (Red+Green+Blue) = 119+234+226=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAE2 is #88151D. Grayscale: #C6C6C6. Windows color (decimal): -8918302 or 14871159. OLE color: 14871159.

HSL color Cylindrical-coordinate representation of color #77EAE2: hue angle of 175.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAE2 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 226 -
CMYK 0.49 0 0.03 0.08
HSL 175.83º 0.73% 0.69% -
HSV(B) 175.83º 0.49% 0.92% -
XYZ 50.76 68.26 82.45 -
YUV 198.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 119 234 226 0.49 0 0.03 0.08 175.83 0.73 0.69
Hex 77 EA E2 31 0 3 8 B0 49 45
Octal 167 352 342 61 0 3 10 260 111 105
Binary 1110111 11101010 11100010 110001 0 11 1000 10110000 1001001 1000101

Color Harmonies of #77EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAE2

Black with #77EAE2

Text Example


Text Example

White with #77EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77EAE2; }

 p { color: rgb(119,234,226); }

 H1.HeaderClassName
 {
   color: #77EAE2;
 }
 .AnyTagClassName
 {
   color: #77EAE2;
 }
</style>

background-color css

<style>
 a { background-color: #77EAE2; }

 a { background-color: rgb(119,234,226); }

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

border-color css

<style>
 span { border-color: #77EAE2; }

 span { border-color: rgb(119,234,226); }

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