Html Css Color HEX #77ECE6 Turquoise Blue

📋 copy color: '#77ECE6'

red 119 ◦ green 236 ◦ blue 230

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

Shades of Turquoise Blue #77ECE6

Tints of Turquoise Blue #77ECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 20.34%
G = 40.34%
B = 39.32%

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

#77ECE6 (or 0x77ECE6) is known color: Turquoise Blue. HEX triplet: 77, EC and E6. RGB value is (119,236,230). Sum of RGB (Red+Green+Blue) = 119+236+230=585 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.34% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECE6 is #881319. Grayscale: #C8C8C8. Windows color (decimal): -8917786 or 15133815. OLE color: 15133815.

HSL color Cylindrical-coordinate representation of color #77ECE6: hue angle of 176.92º 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 #77ECE6 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 230 -
CMYK 0.50 0 0.03 0.07
HSL 176.92º 0.75% 0.7% -
HSV(B) 176.92º 0.5% 0.93% -
XYZ 51.89 69.63 85.57 -
YUV 200.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 119 236 230 0.50 0 0.03 0.07 176.92 0.75 0.7
Hex 77 EC E6 32 0 3 7 B1 4B 46
Octal 167 354 346 62 0 3 7 261 113 106
Binary 1110111 11101100 11100110 110010 0 11 111 10110001 1001011 1000110

Color Harmonies of #77ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECE6

Black with #77ECE6

Text Example


Text Example

White with #77ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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