Html Css Color HEX #77EDE8 Turquoise Blue

📋 copy color: '#77EDE8'

red 119 ◦ green 237 ◦ blue 232

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

Shades of Turquoise Blue #77EDE8

Tints of Turquoise Blue #77EDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

 BLUE value IS 232 (91.02% from 255) = 39.46%

R = 20.24%
G = 40.31%
B = 39.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#77EDE8 (or 0x77EDE8) is known color: Turquoise Blue. HEX triplet: 77, ED and E8. RGB value is (119,237,232). Sum of RGB (Red+Green+Blue) = 119+237+232=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EDE8 is #881217. Grayscale: #C9C9C9. Windows color (decimal): -8917528 or 15265143. OLE color: 15265143.

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

Color convert

RGB 119 237 232 -
CMYK 0.50 0 0.02 0.07
HSL 177.46º 0.77% 0.7% -
HSV(B) 177.46º 0.5% 0.93% -
XYZ 52.46 70.32 87.15 -
YUV 201.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 119 237 232 0.50 0 0.02 0.07 177.46 0.77 0.7
Hex 77 ED E8 32 0 2 7 B1 4D 46
Octal 167 355 350 62 0 2 7 261 115 106
Binary 1110111 11101101 11101000 110010 0 10 111 10110001 1001101 1000110

Color Harmonies of #77EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EDE8

Black with #77EDE8

Text Example


Text Example

White with #77EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,237,232); }

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

background-color css

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

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

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

border-color css

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

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

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