#77DDF3

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

Shades of Turquoise Blue #77DDF3

Tints of Turquoise Blue #77DDF3

Color information

#77DDF3 (or 0x77DDF3) is unknown color: approx Turquoise Blue. HEX triplet: 77, DD and F3. RGB value is (119,221,243). Sum of RGB (Red+Green+Blue) = 119+221+243=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #77DDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDF3 is #88220C. Grayscale: #C0C0C0. Windows color (decimal): -8921613 or 15981943. OLE color: 15981943.

HSL color Cylindrical-coordinate representation of color #77DDF3: hue angle of 190.65º degrees, saturation: 0.84, 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 #77DDF3 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119221243-
CMYK0.510.0900.05
HSL190.65º83.78%70.98%-
HSV(B)190.65º51.03%95.29%-
XYZ49.6462.1194.17-
YUV193.01156.2175.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.41%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=20.41%
G=37.91%
B=41.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192212430.510.0900.05190.6583.7870.98
Hex77DDF333905bf5447
Octal167335363631105277124107
Binary11101111101110111110011110011100101011011111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,221,243); }

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

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

 a { background-color: rgb(119,221,243); }

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

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

 span { border-color: rgb(119,221,243); }

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