#77DEF6

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

Shades of Turquoise Blue #77DEF6

Tints of Turquoise Blue #77DEF6

Color information

#77DEF6 (or 0x77DEF6) is unknown color: approx Turquoise Blue. HEX triplet: 77, DE and F6. RGB value is (119,222,246). Sum of RGB (Red+Green+Blue) = 119+222+246=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #77DEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DEF6 is #882109. Grayscale: #C1C1C1. Windows color (decimal): -8921354 or 16178807. OLE color: 16178807.

HSL color Cylindrical-coordinate representation of color #77DEF6: hue angle of 191.34º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DEF6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119222246-
CMYK0.520.1000.04
HSL191.34º87.59%71.57%-
HSV(B)191.34º51.63%96.47%-
XYZ50.3662.8296.66-
YUV193.94157.3874.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.27%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=20.27%
G=37.82%
B=41.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192222460.520.1000.04191.3487.5971.57
Hex77DEF634A04bf5848
Octal167336366641204277130110
Binary11101111101111011110110110100101001001011111110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,222,246); }

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

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

 a { background-color: rgb(119,222,246); }

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

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

 span { border-color: rgb(119,222,246); }

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