Html Css Color HEX #77DEDB Turquoise Blue

📋 copy color: '#77DEDB'

red 119 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #77DEDB

Tints of Turquoise Blue #77DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 21.25%
G = 39.64%
B = 39.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#77DEDB (or 0x77DEDB) is known color: Turquoise Blue. HEX triplet: 77, DE and DB. RGB value is (119,222,219). Sum of RGB (Red+Green+Blue) = 119+222+219=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEDB is #882124. Grayscale: #BEBEBE. Windows color (decimal): -8921381 or 14409335. OLE color: 14409335.

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

Color convert

RGB 119 222 219 -
CMYK 0.46 0 0.01 0.13
HSL 178.25º 0.61% 0.67% -
HSV(B) 178.25º 0.46% 0.87% -
XYZ 46.52 61.28 76.39 -
YUV 190.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 119 222 219 0.46 0 0.01 0.13 178.25 0.61 0.67
Hex 77 DE DB 2E 0 1 D B2 3D 43
Octal 167 336 333 56 0 1 15 262 75 103
Binary 1110111 11011110 11011011 101110 0 1 1101 10110010 111101 1000011

Color Harmonies of #77DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEDB

Black with #77DEDB

Text Example


Text Example

White with #77DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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