Html Css Color HEX #77DFDB Turquoise Blue

📋 copy color: '#77DFDB'

red 119 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #77DFDB

Tints of Turquoise Blue #77DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

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

R = 21.21%
G = 39.75%
B = 39.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#77DFDB (or 0x77DFDB) is known color: Turquoise Blue. HEX triplet: 77, DF and DB. RGB value is (119,223,219). Sum of RGB (Red+Green+Blue) = 119+223+219=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFDB is #882024. Grayscale: #BFBFBF. Windows color (decimal): -8921125 or 14409591. OLE color: 14409591.

HSL color Cylindrical-coordinate representation of color #77DFDB: hue angle of 177.69º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DFDB is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 223 219 -
CMYK 0.47 0 0.02 0.13
HSL 177.69º 0.62% 0.67% -
HSV(B) 177.69º 0.47% 0.87% -
XYZ 46.78 61.81 76.48 -
YUV 191.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 119 223 219 0.47 0 0.02 0.13 177.69 0.62 0.67
Hex 77 DF DB 2F 0 2 D B2 3E 43
Octal 167 337 333 57 0 2 15 262 76 103
Binary 1110111 11011111 11011011 101111 0 10 1101 10110010 111110 1000011

Color Harmonies of #77DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFDB

Black with #77DFDB

Text Example


Text Example

White with #77DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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