Html Css Color HEX #77DDD7 Turquoise Blue

📋 copy color: '#77DDD7'

red 119 ◦ green 221 ◦ blue 215

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

Shades of Turquoise Blue #77DDD7

Tints of Turquoise Blue #77DDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 21.44%
G = 39.82%
B = 38.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#77DDD7 (or 0x77DDD7) is known color: Turquoise Blue. HEX triplet: 77, DD and D7. RGB value is (119,221,215). Sum of RGB (Red+Green+Blue) = 119+221+215=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDD7 is #882228. Grayscale: #BDBDBD. Windows color (decimal): -8921641 or 14146935. OLE color: 14146935.

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

Color convert

RGB 119 221 215 -
CMYK 0.46 0 0.03 0.13
HSL 176.47º 0.6% 0.67% -
HSV(B) 176.47º 0.46% 0.87% -
XYZ 45.73 60.54 73.57 -
YUV 189.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 119 221 215 0.46 0 0.03 0.13 176.47 0.6 0.67
Hex 77 DD D7 2E 0 3 D B0 3C 43
Octal 167 335 327 56 0 3 15 260 74 103
Binary 1110111 11011101 11010111 101110 0 11 1101 10110000 111100 1000011

Color Harmonies of #77DDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDD7

Black with #77DDD7

Text Example


Text Example

White with #77DDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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