Html Css Color HEX #77ECE4 Turquoise Blue

📋 copy color: '#77ECE4'

red 119 ◦ green 236 ◦ blue 228

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

Shades of Turquoise Blue #77ECE4

Tints of Turquoise Blue #77ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.48%

 BLUE value IS 228 (89.45% from 255) = 39.11%

R = 20.41%
G = 40.48%
B = 39.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#77ECE4 (or 0x77ECE4) is known color: Turquoise Blue. HEX triplet: 77, EC and E4. RGB value is (119,236,228). Sum of RGB (Red+Green+Blue) = 119+236+228=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECE4 is #88131B. Grayscale: #C8C8C8. Windows color (decimal): -8917788 or 15002743. OLE color: 15002743.

HSL color Cylindrical-coordinate representation of color #77ECE4: hue angle of 175.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECE4 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 228 -
CMYK 0.50 0 0.03 0.07
HSL 175.9º 0.75% 0.7% -
HSV(B) 175.9º 0.5% 0.93% -
XYZ 51.61 69.51 84.1 -
YUV 200.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 119 236 228 0.50 0 0.03 0.07 175.9 0.75 0.7
Hex 77 EC E4 32 0 3 7 B0 4B 46
Octal 167 354 344 62 0 3 7 260 113 106
Binary 1110111 11101100 11100100 110010 0 11 111 10110000 1001011 1000110

Color Harmonies of #77ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECE4

Black with #77ECE4

Text Example


Text Example

White with #77ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,228); }

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

background-color css

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

 a { background-color: rgb(119,236,228); }

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

border-color css

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

 span { border-color: rgb(119,236,228); }

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