#73DCF5

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

Shades of Turquoise Blue #73DCF5

Tints of Turquoise Blue #73DCF5

Color information

#73DCF5 (or 0x73DCF5) is unknown color: approx Turquoise Blue. HEX triplet: 73, DC and F5. RGB value is (115,220,245). Sum of RGB (Red+Green+Blue) = 115+220+245=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #73DCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCF5 is #8C230A. Grayscale: #BFBFBF. Windows color (decimal): -9184011 or 16112755. OLE color: 16112755.

HSL color Cylindrical-coordinate representation of color #73DCF5: hue angle of 191.54º degrees, saturation: 0.87, 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 #73DCF5 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115220245-
CMYK0.530.1000.04
HSL191.54º86.67%70.59%-
HSV(B)191.54º53.06%96.08%-
XYZ49.1461.4295.65-
YUV191.46158.2173.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.83%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=19.83%
G=37.93%
B=42.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152202450.530.1000.04191.5486.6770.59
Hex73DCF535A04c05747
Octal163334365651204300127107
Binary11100111101110011110101110101101001001100000010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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