#77D5EB

Color #77D5EB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #77D5EB

Tints of Turquoise Blue #77D5EB

Color information

#77D5EB (or 0x77D5EB) is unknown color: approx Turquoise Blue. HEX triplet: 77, D5 and EB. RGB value is (119,213,235). Sum of RGB (Red+Green+Blue) = 119+213+235=567 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.99% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #77D5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D5EB is #882A14. Grayscale: #BBBBBB. Windows color (decimal): -8923669 or 15455607. OLE color: 15455607.

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

Color convert

RGB119213235-
CMYK0.490.0900.08
HSL191.38º74.36%69.41%-
HSV(B)191.38º49.36%92.16%-
XYZ46.457.5187.25-
YUV187.4154.8679.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.99%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=20.99%
G=37.57%
B=41.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192132350.490.0900.08191.3874.3669.41
Hex77D5EB31908bf4a45
Octal1673253536111010277112105
Binary111011111010101111010111100011001010001011111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77D5EB;
 }
 .AnyTagClassName
 {
   color: #77D5EB;
 }
</style>
background-color css

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

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

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

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

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

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