Html Css Color HEX #77E9EA Turquoise Blue

📋 copy color: '#77E9EA'

red 119 ◦ green 233 ◦ blue 234

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

Shades of Turquoise Blue #77E9EA

Tints of Turquoise Blue #77E9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.76%

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

R = 20.31%
G = 39.76%
B = 39.93%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77E9EA (or 0x77E9EA) is known color: Turquoise Blue. HEX triplet: 77, E9 and EA. RGB value is (119,233,234). Sum of RGB (Red+Green+Blue) = 119+233+234=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #77E9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E9EA is #881615. Grayscale: #C6C6C6. Windows color (decimal): -8918550 or 15395191. OLE color: 15395191.

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

Color convert

RGB 119 233 234 -
CMYK 0.49 0.00 0 0.08
HSL 180.52º 0.73% 0.69% -
HSV(B) 180.52º 0.49% 0.92% -
XYZ 51.6 68.14 88.27 -
YUV 199.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 119 233 234 0.49 0.00 0 0.08 180.52 0.73 0.69
Hex 77 E9 EA 31 0 0 8 B5 49 45
Octal 167 351 352 61 0 0 10 265 111 105
Binary 1110111 11101001 11101010 110001 0 0 1000 10110101 1001001 1000101

Color Harmonies of #77E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E9EA

Black with #77E9EA

Text Example


Text Example

White with #77E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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