#73DCF9

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

Shades of Turquoise Blue #73DCF9

Tints of Turquoise Blue #73DCF9

Color information

#73DCF9 (or 0x73DCF9) is unknown color: approx Turquoise Blue. HEX triplet: 73, DC and F9. RGB value is (115,220,249). Sum of RGB (Red+Green+Blue) = 115+220+249=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #73DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCF9 is #8C2306. Grayscale: #BFBFBF. Windows color (decimal): -9184007 or 16374899. OLE color: 16374899.

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

Color convert

RGB115220249-
CMYK0.540.1200.02
HSL192.99º91.78%71.37%-
HSV(B)192.99º53.82%97.65%-
XYZ49.7661.6798.9-
YUV191.91160.2173.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.69%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=19.69%
G=37.67%
B=42.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152202490.540.1200.02192.9991.7871.37
Hex73DCF936C02c15c47
Octal163334371661402301134107
Binary1110011110111001111100111011011000101100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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