Html Css Color HEX #77DFDC Turquoise Blue

📋 copy color: '#77DFDC'

red 119 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #77DFDC

Tints of Turquoise Blue #77DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

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

R = 21.17%
G = 39.68%
B = 39.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#77DFDC (or 0x77DFDC) is known color: Turquoise Blue. HEX triplet: 77, DF and DC. RGB value is (119,223,220). Sum of RGB (Red+Green+Blue) = 119+223+220=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFDC is #882023. Grayscale: #BFBFBF. Windows color (decimal): -8921124 or 14475127. OLE color: 14475127.

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

Color convert

RGB 119 223 220 -
CMYK 0.47 0 0.01 0.13
HSL 178.27º 0.62% 0.67% -
HSV(B) 178.27º 0.47% 0.87% -
XYZ 46.91 61.86 77.18 -
YUV 191.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 119 223 220 0.47 0 0.01 0.13 178.27 0.62 0.67
Hex 77 DF DC 2F 0 1 D B2 3E 43
Octal 167 337 334 57 0 1 15 262 76 103
Binary 1110111 11011111 11011100 101111 0 1 1101 10110010 111110 1000011

Color Harmonies of #77DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFDC

Black with #77DFDC

Text Example


Text Example

White with #77DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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