Html Css Color HEX #77EBDF Turquoise Blue

📋 copy color: '#77EBDF'

red 119 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #77EBDF

Tints of Turquoise Blue #77EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

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

R = 20.62%
G = 40.73%
B = 38.65%

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

#77EBDF (or 0x77EBDF) is known color: Turquoise Blue. HEX triplet: 77, EB and DF. RGB value is (119,235,223). Sum of RGB (Red+Green+Blue) = 119+235+223=577 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.62% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EBDF is #881420. Grayscale: #C6C6C6. Windows color (decimal): -8918049 or 14674807. OLE color: 14674807.

HSL color Cylindrical-coordinate representation of color #77EBDF: hue angle of 173.79º degrees, saturation: 0.74, 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 #77EBDF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 235 223 -
CMYK 0.49 0 0.05 0.08
HSL 173.79º 0.74% 0.69% -
HSV(B) 173.79º 0.49% 0.92% -
XYZ 50.64 68.67 80.4 -
YUV 198.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 119 235 223 0.49 0 0.05 0.08 173.79 0.74 0.69
Hex 77 EB DF 31 0 5 8 AE 4A 45
Octal 167 353 337 61 0 5 10 256 112 105
Binary 1110111 11101011 11011111 110001 0 101 1000 10101110 1001010 1000101

Color Harmonies of #77EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EBDF

Black with #77EBDF

Text Example


Text Example

White with #77EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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