Html Css Color HEX #77DCD8 Turquoise Blue

📋 copy color: '#77DCD8'

red 119 ◦ green 220 ◦ blue 216

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

Shades of Turquoise Blue #77DCD8

Tints of Turquoise Blue #77DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 21.44%
G = 39.64%
B = 38.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#77DCD8 (or 0x77DCD8) is known color: Turquoise Blue. HEX triplet: 77, DC and D8. RGB value is (119,220,216). Sum of RGB (Red+Green+Blue) = 119+220+216=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCD8 is #882327. Grayscale: #BDBDBD. Windows color (decimal): -8921896 or 14212215. OLE color: 14212215.

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

Color convert

RGB 119 220 216 -
CMYK 0.46 0 0.02 0.14
HSL 177.62º 0.59% 0.66% -
HSV(B) 177.62º 0.46% 0.86% -
XYZ 45.6 60.07 74.16 -
YUV 189.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 119 220 216 0.46 0 0.02 0.14 177.62 0.59 0.66
Hex 77 DC D8 2E 0 2 E B2 3B 42
Octal 167 334 330 56 0 2 16 262 73 102
Binary 1110111 11011100 11011000 101110 0 10 1110 10110010 111011 1000010

Color Harmonies of #77DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCD8

Black with #77DCD8

Text Example


Text Example

White with #77DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,220,216); }

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

background-color css

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

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

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

border-color css

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

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

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