Html Css Color HEX #77EADF Turquoise Blue

📋 copy color: '#77EADF'

red 119 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #77EADF

Tints of Turquoise Blue #77EADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.63%

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

R = 20.66%
G = 40.63%
B = 38.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#77EADF (or 0x77EADF) is known color: Turquoise Blue. HEX triplet: 77, EA and DF. RGB value is (119,234,223). Sum of RGB (Red+Green+Blue) = 119+234+223=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #77EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EADF is #881520. Grayscale: #C6C6C6. Windows color (decimal): -8918305 or 14674551. OLE color: 14674551.

HSL color Cylindrical-coordinate representation of color #77EADF: hue angle of 174.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EADF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 223 -
CMYK 0.49 0 0.05 0.08
HSL 174.26º 0.73% 0.69% -
HSV(B) 174.26º 0.49% 0.92% -
XYZ 50.35 68.1 80.3 -
YUV 198.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 119 234 223 0.49 0 0.05 0.08 174.26 0.73 0.69
Hex 77 EA DF 31 0 5 8 AE 49 45
Octal 167 352 337 61 0 5 10 256 111 105
Binary 1110111 11101010 11011111 110001 0 101 1000 10101110 1001001 1000101

Color Harmonies of #77EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EADF

Black with #77EADF

Text Example


Text Example

White with #77EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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