Html Css Color HEX #77DED6 Turquoise Blue

📋 copy color: '#77DED6'

red 119 ◦ green 222 ◦ blue 214

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

Shades of Turquoise Blue #77DED6

Tints of Turquoise Blue #77DED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.56%

R = 21.44%
G = 40%
B = 38.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#77DED6 (or 0x77DED6) is known color: Turquoise Blue. HEX triplet: 77, DE and D6. RGB value is (119,222,214). Sum of RGB (Red+Green+Blue) = 119+222+214=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #77DED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DED6 is #882129. Grayscale: #BEBEBE. Windows color (decimal): -8921386 or 14081655. OLE color: 14081655.

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

Color convert

RGB 119 222 214 -
CMYK 0.46 0 0.04 0.13
HSL 175.34º 0.61% 0.67% -
HSV(B) 175.34º 0.46% 0.87% -
XYZ 45.87 61.02 72.98 -
YUV 190.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 119 222 214 0.46 0 0.04 0.13 175.34 0.61 0.67
Hex 77 DE D6 2E 0 4 D AF 3D 43
Octal 167 336 326 56 0 4 15 257 75 103
Binary 1110111 11011110 11010110 101110 0 100 1101 10101111 111101 1000011

Color Harmonies of #77DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DED6

Black with #77DED6

Text Example


Text Example

White with #77DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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