#73D8F9

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

Shades of Turquoise Blue #73D8F9

Tints of Turquoise Blue #73D8F9

Color information

#73D8F9 (or 0x73D8F9) is unknown color: approx Turquoise Blue. HEX triplet: 73, D8 and F9. RGB value is (115,216,249). Sum of RGB (Red+Green+Blue) = 115+216+249=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #73D8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D8F9 is #8C2706. Grayscale: #BDBDBD. Windows color (decimal): -9185031 or 16373875. OLE color: 16373875.

HSL color Cylindrical-coordinate representation of color #73D8F9: hue angle of 194.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D8F9 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115216249-
CMYK0.540.1300.02
HSL194.78º91.78%71.37%-
HSV(B)194.78º53.82%97.65%-
XYZ48.7259.698.56-
YUV189.56161.5474.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.83%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=19.83%
G=37.24%
B=42.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152162490.540.1300.02194.7891.7871.37
Hex73D8F936D02c35c47
Octal163330371661502303134107
Binary1110011110110001111100111011011010101100001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73D8F9; }

 p { color: rgb(115,216,249); }

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

<style>
 a { background-color: #73D8F9; }

 a { background-color: rgb(115,216,249); }

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

<style>
 span { border-color: #73D8F9; }

 span { border-color: rgb(115,216,249); }

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