Html Css Color HEX #77DBDA Turquoise Blue

📋 copy color: '#77DBDA'

red 119 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #77DBDA

Tints of Turquoise Blue #77DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.39%

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 21.4%
G = 39.39%
B = 39.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#77DBDA (or 0x77DBDA) is known color: Turquoise Blue. HEX triplet: 77, DB and DA. RGB value is (119,219,218). Sum of RGB (Red+Green+Blue) = 119+219+218=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBDA is #882425. Grayscale: #BCBCBC. Windows color (decimal): -8922150 or 14343031. OLE color: 14343031.

HSL color Cylindrical-coordinate representation of color #77DBDA: hue angle of 179.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBDA is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 218 -
CMYK 0.46 0 0.00 0.14
HSL 179.4º 0.58% 0.66% -
HSV(B) 179.4º 0.46% 0.86% -
XYZ 45.59 59.65 75.44 -
YUV 188.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 119 219 218 0.46 0 0.00 0.14 179.4 0.58 0.66
Hex 77 DB DA 2E 0 0 E B3 3A 42
Octal 167 333 332 56 0 0 16 263 72 102
Binary 1110111 11011011 11011010 101110 0 0 1110 10110011 111010 1000010

Color Harmonies of #77DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBDA

Black with #77DBDA

Text Example


Text Example

White with #77DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,219,218); }

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

background-color css

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

 a { background-color: rgb(119,219,218); }

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

border-color css

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

 span { border-color: rgb(119,219,218); }

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