Html Css Color HEX #77EBEA Turquoise Blue

📋 copy color: '#77EBEA'

red 119 ◦ green 235 ◦ blue 234

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

Shades of Turquoise Blue #77EBEA

Tints of Turquoise Blue #77EBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.97%

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

R = 20.24%
G = 39.97%
B = 39.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#77EBEA (or 0x77EBEA) is known color: Turquoise Blue. HEX triplet: 77, EB and EA. RGB value is (119,235,234). Sum of RGB (Red+Green+Blue) = 119+235+234=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EBEA is #881415. Grayscale: #C8C8C8. Windows color (decimal): -8918038 or 15395703. OLE color: 15395703.

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

Color convert

RGB 119 235 234 -
CMYK 0.49 0 0.00 0.08
HSL 179.48º 0.74% 0.69% -
HSV(B) 179.48º 0.49% 0.92% -
XYZ 52.17 69.28 88.46 -
YUV 200.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 119 235 234 0.49 0 0.00 0.08 179.48 0.74 0.69
Hex 77 EB EA 31 0 0 8 B3 4A 45
Octal 167 353 352 61 0 0 10 263 112 105
Binary 1110111 11101011 11101010 110001 0 0 1000 10110011 1001010 1000101

Color Harmonies of #77EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EBEA

Black with #77EBEA

Text Example


Text Example

White with #77EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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