Html Css Color HEX #77E0EA Turquoise Blue

📋 copy color: '#77E0EA'

red 119 ◦ green 224 ◦ blue 234

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

Shades of Turquoise Blue #77E0EA

Tints of Turquoise Blue #77E0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 20.62%
G = 38.82%
B = 40.55%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77E0EA (or 0x77E0EA) is known color: Turquoise Blue. HEX triplet: 77, E0 and EA. RGB value is (119,224,234). Sum of RGB (Red+Green+Blue) = 119+224+234=577 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.62% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #77E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E0EA is #881F15. Grayscale: #C1C1C1. Windows color (decimal): -8920854 or 15392887. OLE color: 15392887.

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

Color convert

RGB 119 224 234 -
CMYK 0.49 0.04 0 0.08
HSL 185.22º 0.73% 0.69% -
HSV(B) 185.22º 0.49% 0.92% -
XYZ 49.11 63.17 87.45 -
YUV 193.75 150.71 74.69 -
System Red Green Blue C M Y K H S L
Decimal 119 224 234 0.49 0.04 0 0.08 185.22 0.73 0.69
Hex 77 E0 EA 31 4 0 8 B9 49 45
Octal 167 340 352 61 4 0 10 271 111 105
Binary 1110111 11100000 11101010 110001 100 0 1000 10111001 1001001 1000101

Color Harmonies of #77E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E0EA

Black with #77E0EA

Text Example


Text Example

White with #77E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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