Html Css Color HEX #77D4EB Turquoise Blue

📋 copy color: '#77D4EB'

red 119 ◦ green 212 ◦ blue 235

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

Shades of Turquoise Blue #77D4EB

Tints of Turquoise Blue #77D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.46%

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 21.02%
G = 37.46%
B = 41.52%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77D4EB (or 0x77D4EB) is known color: Turquoise Blue. HEX triplet: 77, D4 and EB. RGB value is (119,212,235). Sum of RGB (Red+Green+Blue) = 119+212+235=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #77D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D4EB is #882B14. Grayscale: #BABABA. Windows color (decimal): -8923925 or 15455351. OLE color: 15455351.

HSL color Cylindrical-coordinate representation of color #77D4EB: hue angle of 191.9º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77D4EB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 212 235 -
CMYK 0.49 0.10 0 0.08
HSL 191.9º 0.74% 0.69% -
HSV(B) 191.9º 0.49% 0.92% -
XYZ 46.15 57.01 87.17 -
YUV 186.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 119 212 235 0.49 0.10 0 0.08 191.9 0.74 0.69
Hex 77 D4 EB 31 A 0 8 C0 4A 45
Octal 167 324 353 61 12 0 10 300 112 105
Binary 1110111 11010100 11101011 110001 1010 0 1000 11000000 1001010 1000101

Color Harmonies of #77D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D4EB

Black with #77D4EB

Text Example


Text Example

White with #77D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,212,235); }

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

background-color css

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

 a { background-color: rgb(119,212,235); }

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

border-color css

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

 span { border-color: rgb(119,212,235); }

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