Html Css Color HEX #77ECDF Turquoise Blue

📋 copy color: '#77ECDF'

red 119 ◦ green 236 ◦ blue 223

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

Shades of Turquoise Blue #77ECDF

Tints of Turquoise Blue #77ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 20.59%
G = 40.83%
B = 38.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#77ECDF (or 0x77ECDF) is known color: Turquoise Blue. HEX triplet: 77, EC and DF. RGB value is (119,236,223). Sum of RGB (Red+Green+Blue) = 119+236+223=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECDF is #881320. Grayscale: #C7C7C7. Windows color (decimal): -8917793 or 14675063. OLE color: 14675063.

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

Color convert

RGB 119 236 223 -
CMYK 0.50 0 0.06 0.07
HSL 173.33º 0.75% 0.7% -
HSV(B) 173.33º 0.5% 0.93% -
XYZ 50.92 69.24 80.49 -
YUV 199.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 119 236 223 0.50 0 0.06 0.07 173.33 0.75 0.7
Hex 77 EC DF 32 0 6 7 AD 4B 46
Octal 167 354 337 62 0 6 7 255 113 106
Binary 1110111 11101100 11011111 110010 0 110 111 10101101 1001011 1000110

Color Harmonies of #77ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECDF

Black with #77ECDF

Text Example


Text Example

White with #77ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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