Html Css Color HEX #77DDDC Turquoise Blue

📋 copy color: '#77DDDC'

red 119 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #77DDDC

Tints of Turquoise Blue #77DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.46%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 21.25%
G = 39.46%
B = 39.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#77DDDC (or 0x77DDDC) is known color: Turquoise Blue. HEX triplet: 77, DD and DC. RGB value is (119,221,220). Sum of RGB (Red+Green+Blue) = 119+221+220=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDDC is #882223. Grayscale: #BEBEBE. Windows color (decimal): -8921636 or 14474615. OLE color: 14474615.

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

Color convert

RGB 119 221 220 -
CMYK 0.46 0 0.00 0.13
HSL 179.41º 0.6% 0.67% -
HSV(B) 179.41º 0.46% 0.87% -
XYZ 46.38 60.8 77 -
YUV 190.39 144.71 77.08 -
System Red Green Blue C M Y K H S L
Decimal 119 221 220 0.46 0 0.00 0.13 179.41 0.6 0.67
Hex 77 DD DC 2E 0 0 D B3 3C 43
Octal 167 335 334 56 0 0 15 263 74 103
Binary 1110111 11011101 11011100 101110 0 0 1101 10110011 111100 1000011

Color Harmonies of #77DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDDC

Black with #77DDDC

Text Example


Text Example

White with #77DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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