Html Css Color HEX #77DEDD Turquoise Blue

📋 copy color: '#77DEDD'

red 119 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #77DEDD

Tints of Turquoise Blue #77DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 21.17%
G = 39.5%
B = 39.32%

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

#77DEDD (or 0x77DEDD) is known color: Turquoise Blue. HEX triplet: 77, DE and DD. RGB value is (119,222,221). Sum of RGB (Red+Green+Blue) = 119+222+221=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEDD is #882122. Grayscale: #BEBEBE. Windows color (decimal): -8921379 or 14540407. OLE color: 14540407.

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

Color convert

RGB 119 222 221 -
CMYK 0.46 0 0.00 0.13
HSL 179.42º 0.61% 0.67% -
HSV(B) 179.42º 0.46% 0.87% -
XYZ 46.78 61.38 77.79 -
YUV 191.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 119 222 221 0.46 0 0.00 0.13 179.42 0.61 0.67
Hex 77 DE DD 2E 0 0 D B3 3D 43
Octal 167 336 335 56 0 0 15 263 75 103
Binary 1110111 11011110 11011101 101110 0 0 1101 10110011 111101 1000011

Color Harmonies of #77DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEDD

Black with #77DEDD

Text Example


Text Example

White with #77DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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