Html Css Color HEX #77D5EA Turquoise Blue

📋 copy color: '#77D5EA'

red 119 ◦ green 213 ◦ blue 234

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

Shades of Turquoise Blue #77D5EA

Tints of Turquoise Blue #77D5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.63%

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 21.02%
G = 37.63%
B = 41.34%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77D5EA (or 0x77D5EA) is known color: Turquoise Blue. HEX triplet: 77, D5 and EA. RGB value is (119,213,234). Sum of RGB (Red+Green+Blue) = 119+213+234=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #77D5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D5EA is #882A15. Grayscale: #BBBBBB. Windows color (decimal): -8923670 or 15390071. OLE color: 15390071.

HSL color Cylindrical-coordinate representation of color #77D5EA: hue angle of 190.96º degrees, saturation: 0.73, 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 #77D5EA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 213 234 -
CMYK 0.49 0.09 0 0.08
HSL 190.96º 0.73% 0.69% -
HSV(B) 190.96º 0.49% 0.92% -
XYZ 46.25 57.45 86.49 -
YUV 187.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 119 213 234 0.49 0.09 0 0.08 190.96 0.73 0.69
Hex 77 D5 EA 31 9 0 8 BF 49 45
Octal 167 325 352 61 11 0 10 277 111 105
Binary 1110111 11010101 11101010 110001 1001 0 1000 10111111 1001001 1000101

Color Harmonies of #77D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D5EA

Black with #77D5EA

Text Example


Text Example

White with #77D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,213,234); }

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

background-color css

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

 a { background-color: rgb(119,213,234); }

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

border-color css

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

 span { border-color: rgb(119,213,234); }

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