Html Css Color HEX #77E7E1 Turquoise Blue

📋 copy color: '#77E7E1'

red 119 ◦ green 231 ◦ blue 225

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

Shades of Turquoise Blue #77E7E1

Tints of Turquoise Blue #77E7E1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.17%

 BLUE value IS 225 (88.28% from 255) = 39.13%

R = 20.7%
G = 40.17%
B = 39.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#77E7E1 (or 0x77E7E1) is known color: Turquoise Blue. HEX triplet: 77, E7 and E1. RGB value is (119,231,225). Sum of RGB (Red+Green+Blue) = 119+231+225=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E7E1 is #88181E. Grayscale: #C4C4C4. Windows color (decimal): -8919071 or 14804855. OLE color: 14804855.

HSL color Cylindrical-coordinate representation of color #77E7E1: hue angle of 176.79º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7E1 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 231 225 -
CMYK 0.48 0 0.03 0.09
HSL 176.79º 0.7% 0.69% -
HSV(B) 176.79º 0.48% 0.91% -
XYZ 49.77 66.51 81.45 -
YUV 196.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 119 231 225 0.48 0 0.03 0.09 176.79 0.7 0.69
Hex 77 E7 E1 30 0 3 9 B1 46 45
Octal 167 347 341 60 0 3 11 261 106 105
Binary 1110111 11100111 11100001 110000 0 11 1001 10110001 1000110 1000101

Color Harmonies of #77E7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E7E1

Black with #77E7E1

Text Example


Text Example

White with #77E7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,231,225); }

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

background-color css

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

 a { background-color: rgb(119,231,225); }

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

border-color css

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

 span { border-color: rgb(119,231,225); }

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