Html Css Color HEX #77DFDD Turquoise Blue

📋 copy color: '#77DFDD'

red 119 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #77DFDD

Tints of Turquoise Blue #77DFDD

RGB

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

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

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

R = 21.14%
G = 39.61%
B = 39.25%

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

#77DFDD (or 0x77DFDD) is known color: Turquoise Blue. HEX triplet: 77, DF and DD. RGB value is (119,223,221). Sum of RGB (Red+Green+Blue) = 119+223+221=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFDD is #882022. Grayscale: #BFBFBF. Windows color (decimal): -8921123 or 14540663. OLE color: 14540663.

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

Color convert

RGB 119 223 221 -
CMYK 0.47 0 0.01 0.13
HSL 178.85º 0.62% 0.67% -
HSV(B) 178.85º 0.47% 0.87% -
XYZ 47.05 61.92 77.88 -
YUV 191.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 119 223 221 0.47 0 0.01 0.13 178.85 0.62 0.67
Hex 77 DF DD 2F 0 1 D B3 3E 43
Octal 167 337 335 57 0 1 15 263 76 103
Binary 1110111 11011111 11011101 101111 0 1 1101 10110011 111110 1000011

Color Harmonies of #77DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFDD

Black with #77DFDD

Text Example


Text Example

White with #77DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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