Html Css Color HEX #77DDEF Turquoise Blue

📋 copy color: '#77DDEF'

red 119 ◦ green 221 ◦ blue 239

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

Shades of Turquoise Blue #77DDEF

Tints of Turquoise Blue #77DDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 20.55%
G = 38.17%
B = 41.28%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77DDEF (or 0x77DDEF) is known color: Turquoise Blue. HEX triplet: 77, DD and EF. RGB value is (119,221,239). Sum of RGB (Red+Green+Blue) = 119+221+239=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #77DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDEF is #882210. Grayscale: #C0C0C0. Windows color (decimal): -8921617 or 15719799. OLE color: 15719799.

HSL color Cylindrical-coordinate representation of color #77DDEF: hue angle of 189º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77DDEF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 221 239 -
CMYK 0.50 0.08 0 0.06
HSL 189º 0.79% 0.7% -
HSV(B) 189º 0.5% 0.94% -
XYZ 49.04 61.87 91.02 -
YUV 192.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 119 221 239 0.50 0.08 0 0.06 189 0.79 0.7
Hex 77 DD EF 32 8 0 6 BD 4F 46
Octal 167 335 357 62 10 0 6 275 117 106
Binary 1110111 11011101 11101111 110010 1000 0 110 10111101 1001111 1000110

Color Harmonies of #77DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDEF

Black with #77DDEF

Text Example


Text Example

White with #77DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,221,239); }

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

background-color css

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

 a { background-color: rgb(119,221,239); }

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

border-color css

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

 span { border-color: rgb(119,221,239); }

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