Html Css Color HEX #77ECE9 Turquoise Blue

📋 copy color: '#77ECE9'

red 119 ◦ green 236 ◦ blue 233

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

Shades of Turquoise Blue #77ECE9

Tints of Turquoise Blue #77ECE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.63%

R = 20.24%
G = 40.14%
B = 39.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#77ECE9 (or 0x77ECE9) is known color: Turquoise Blue. HEX triplet: 77, EC and E9. RGB value is (119,236,233). Sum of RGB (Red+Green+Blue) = 119+236+233=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECE9 is #881316. Grayscale: #C8C8C8. Windows color (decimal): -8917783 or 15330423. OLE color: 15330423.

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

Color convert

RGB 119 236 233 -
CMYK 0.50 0 0.01 0.07
HSL 178.46º 0.75% 0.7% -
HSV(B) 178.46º 0.5% 0.93% -
XYZ 52.31 69.8 87.81 -
YUV 200.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 119 236 233 0.50 0 0.01 0.07 178.46 0.75 0.7
Hex 77 EC E9 32 0 1 7 B2 4B 46
Octal 167 354 351 62 0 1 7 262 113 106
Binary 1110111 11101100 11101001 110010 0 1 111 10110010 1001011 1000110

Color Harmonies of #77ECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECE9

Black with #77ECE9

Text Example


Text Example

White with #77ECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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