Html Css Color HEX #77E8EB Turquoise Blue

📋 copy color: '#77E8EB'

red 119 ◦ green 232 ◦ blue 235

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

Shades of Turquoise Blue #77E8EB

Tints of Turquoise Blue #77E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

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

R = 20.31%
G = 39.59%
B = 40.1%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77E8EB (or 0x77E8EB) is known color: Turquoise Blue. HEX triplet: 77, E8 and EB. RGB value is (119,232,235). Sum of RGB (Red+Green+Blue) = 119+232+235=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #77E8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E8EB is #881714. Grayscale: #C6C6C6. Windows color (decimal): -8918805 or 15460471. OLE color: 15460471.

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

Color convert

RGB 119 232 235 -
CMYK 0.49 0.01 0 0.08
HSL 181.55º 0.74% 0.69% -
HSV(B) 181.55º 0.49% 0.92% -
XYZ 51.46 67.63 88.94 -
YUV 198.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 119 232 235 0.49 0.01 0 0.08 181.55 0.74 0.69
Hex 77 E8 EB 31 1 0 8 B6 4A 45
Octal 167 350 353 61 1 0 10 266 112 105
Binary 1110111 11101000 11101011 110001 1 0 1000 10110110 1001010 1000101

Color Harmonies of #77E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E8EB

Black with #77E8EB

Text Example


Text Example

White with #77E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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