#77d4ed

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

Shades of Turquoise Blue #77D4ED

Tints of Turquoise Blue #77D4ED

Color information

#77D4ED (or 0x77D4ED) is unknown color: approx Turquoise Blue. HEX triplet: 77, D4 and ED. RGB value is (119,212,237). Sum of RGB (Red+Green+Blue) = 119+212+237=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #77D4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D4ED is #882B12. Grayscale: #BABABA. Windows color (decimal): -8923923 or 15586423. OLE color: 15586423.

HSL color Cylindrical-coordinate representation of color #77D4ED: hue angle of 192.71º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77D4ED is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119212237-
CMYK0.500.1100.07
HSL192.71º76.62%69.8%-
HSV(B)192.71º49.79%92.94%-
XYZ46.4457.1288.7-
YUV187.04156.1979.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.95%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=20.95%
G=37.32%
B=41.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192122370.500.1100.07192.7176.6269.8
Hex77D4ED32B07c14d46
Octal167324355621307301115106
Binary11101111101010011101101110010101101111100000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77d4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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