#73D4F6

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

Shades of Turquoise Blue #73D4F6

Tints of Turquoise Blue #73D4F6

Color information

#73D4F6 (or 0x73D4F6) is unknown color: approx Turquoise Blue. HEX triplet: 73, D4 and F6. RGB value is (115,212,246). Sum of RGB (Red+Green+Blue) = 115+212+246=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #73D4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D4F6 is #8C2B09. Grayscale: #BABABA. Windows color (decimal): -9186058 or 16176243. OLE color: 16176243.

HSL color Cylindrical-coordinate representation of color #73D4F6: hue angle of 195.57º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D4F6 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115212246-
CMYK0.530.1400.04
HSL195.57º87.92%70.78%-
HSV(B)195.57º53.25%96.47%-
XYZ47.2557.3995.78-
YUV186.87161.3676.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.07%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 246 (96.48% from 255) = 42.93%
R=20.07%
G=37.00%
B=42.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152122460.530.1400.04195.5787.9270.78
Hex73D4F635E04c45847
Octal163324366651604304130107
Binary11100111101010011110110110101111001001100010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,212,246); }

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

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

 a { background-color: rgb(115,212,246); }

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

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

 span { border-color: rgb(115,212,246); }

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