Html Css Color HEX #77ECE3 Turquoise Blue

📋 copy color: '#77ECE3'

red 119 ◦ green 236 ◦ blue 227

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

Shades of Turquoise Blue #77ECE3

Tints of Turquoise Blue #77ECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39%

R = 20.45%
G = 40.55%
B = 39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#77ECE3 (or 0x77ECE3) is known color: Turquoise Blue. HEX triplet: 77, EC and E3. RGB value is (119,236,227). Sum of RGB (Red+Green+Blue) = 119+236+227=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECE3 is #88131C. Grayscale: #C7C7C7. Windows color (decimal): -8917789 or 14937207. OLE color: 14937207.

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

Color convert

RGB 119 236 227 -
CMYK 0.50 0 0.04 0.07
HSL 175.38º 0.75% 0.7% -
HSV(B) 175.38º 0.5% 0.93% -
XYZ 51.47 69.46 83.37 -
YUV 199.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 119 236 227 0.50 0 0.04 0.07 175.38 0.75 0.7
Hex 77 EC E3 32 0 4 7 AF 4B 46
Octal 167 354 343 62 0 4 7 257 113 106
Binary 1110111 11101100 11100011 110010 0 100 111 10101111 1001011 1000110

Color Harmonies of #77ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECE3

Black with #77ECE3

Text Example


Text Example

White with #77ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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