Html Css Color HEX #77ECEC Turquoise Blue

📋 copy color: '#77ECEC'

red 119 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #77ECEC

Tints of Turquoise Blue #77ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 20.14%
G = 39.93%
B = 39.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77ECEC (or 0x77ECEC) is known color: Turquoise Blue. HEX triplet: 77, EC and EC. RGB value is (119,236,236). Sum of RGB (Red+Green+Blue) = 119+236+236=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #77ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECEC is #881313. Grayscale: #C8C8C8. Windows color (decimal): -8917780 or 15527031. OLE color: 15527031.

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

Color convert

RGB 119 236 236 -
CMYK 0.50 0 0 0.07
HSL 180º 0.75% 0.7% -
HSV(B) 180º 0.5% 0.93% -
XYZ 52.74 69.97 90.08 -
YUV 201.02 147.74 69.5 -
System Red Green Blue C M Y K H S L
Decimal 119 236 236 0.50 0 0 0.07 180 0.75 0.7
Hex 77 EC EC 32 0 0 7 B4 4B 46
Octal 167 354 354 62 0 0 7 264 113 106
Binary 1110111 11101100 11101100 110010 0 0 111 10110100 1001011 1000110

Color Harmonies of #77ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECEC

Black with #77ECEC

Text Example


Text Example

White with #77ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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