Html Css Color HEX #77E2EB Turquoise Blue

📋 copy color: '#77E2EB'

red 119 ◦ green 226 ◦ blue 235

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

Shades of Turquoise Blue #77E2EB

Tints of Turquoise Blue #77E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.97%

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 20.52%
G = 38.97%
B = 40.52%

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

#77E2EB (or 0x77E2EB) is known color: Turquoise Blue. HEX triplet: 77, E2 and EB. RGB value is (119,226,235). Sum of RGB (Red+Green+Blue) = 119+226+235=580 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.52% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #77E2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E2EB is #881D14. Grayscale: #C2C2C2. Windows color (decimal): -8920341 or 15458935. OLE color: 15458935.

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

Color convert

RGB 119 226 235 -
CMYK 0.49 0.04 0 0.08
HSL 184.66º 0.74% 0.69% -
HSV(B) 184.66º 0.49% 0.92% -
XYZ 49.8 64.31 88.39 -
YUV 195.03 150.55 73.77 -
System Red Green Blue C M Y K H S L
Decimal 119 226 235 0.49 0.04 0 0.08 184.66 0.74 0.69
Hex 77 E2 EB 31 4 0 8 B9 4A 45
Octal 167 342 353 61 4 0 10 271 112 105
Binary 1110111 11100010 11101011 110001 100 0 1000 10111001 1001010 1000101

Color Harmonies of #77E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E2EB

Black with #77E2EB

Text Example


Text Example

White with #77E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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