#73D7F9

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

Shades of Turquoise Blue #73D7F9

Tints of Turquoise Blue #73D7F9

Color information

#73D7F9 (or 0x73D7F9) is unknown color: approx Turquoise Blue. HEX triplet: 73, D7 and F9. RGB value is (115,215,249). Sum of RGB (Red+Green+Blue) = 115+215+249=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #73D7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D7F9 is #8C2806. Grayscale: #BCBCBC. Windows color (decimal): -9185287 or 16373619. OLE color: 16373619.

HSL color Cylindrical-coordinate representation of color #73D7F9: hue angle of 195.22º 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 #73D7F9 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115215249-
CMYK0.540.1400.02
HSL195.22º91.78%71.37%-
HSV(B)195.22º53.82%97.65%-
XYZ48.4759.0998.47-
YUV188.98161.8775.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.86%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=19.86%
G=37.13%
B=43.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152152490.540.1400.02195.2291.7871.37
Hex73D7F936E02c35c47
Octal163327371661602303134107
Binary1110011110101111111100111011011100101100001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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