#77DFF1

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

Shades of Turquoise Blue #77DFF1

Tints of Turquoise Blue #77DFF1

Color information

#77DFF1 (or 0x77DFF1) is unknown color: approx Turquoise Blue. HEX triplet: 77, DF and F1. RGB value is (119,223,241). Sum of RGB (Red+Green+Blue) = 119+223+241=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #77DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFF1 is #88200E. Grayscale: #C1C1C1. Windows color (decimal): -8921103 or 15851383. OLE color: 15851383.

HSL color Cylindrical-coordinate representation of color #77DFF1: hue angle of 188.85º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77DFF1 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119223241-
CMYK0.510.0700.05
HSL188.85º81.33%70.59%-
HSV(B)188.85º50.62%94.51%-
XYZ49.8763.0592.76-
YUV193.96154.5474.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.41%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=20.41%
G=38.25%
B=41.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192232410.510.0700.05188.8581.3370.59
Hex77DFF133705bd5147
Octal16733736163705275121107
Binary1110111110111111111000111001111101011011110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,223,241); }

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

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

 a { background-color: rgb(119,223,241); }

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

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

 span { border-color: rgb(119,223,241); }

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