Html Css Color HEX #77DBDB Turquoise Blue

📋 copy color: '#77DBDB'

red 119 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #77DBDB

Tints of Turquoise Blue #77DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 21.36%
G = 39.32%
B = 39.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77DBDB (or 0x77DBDB) is known color: Turquoise Blue. HEX triplet: 77, DB and DB. RGB value is (119,219,219). Sum of RGB (Red+Green+Blue) = 119+219+219=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #77DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBDB is #882424. Grayscale: #BCBCBC. Windows color (decimal): -8922149 or 14408567. OLE color: 14408567.

HSL color Cylindrical-coordinate representation of color #77DBDB: hue angle of 180º 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 #77DBDB is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 219 -
CMYK 0.46 0 0 0.14
HSL 180º 0.58% 0.66% -
HSV(B) 180º 0.46% 0.86% -
XYZ 45.73 59.7 76.13 -
YUV 189.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 119 219 219 0.46 0 0 0.14 180 0.58 0.66
Hex 77 DB DB 2E 0 0 E B4 3A 42
Octal 167 333 333 56 0 0 16 264 72 102
Binary 1110111 11011011 11011011 101110 0 0 1110 10110100 111010 1000010

Color Harmonies of #77DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBDB

Black with #77DBDB

Text Example


Text Example

White with #77DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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