#73D9E2

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

Shades of Turquoise Blue #73D9E2

Tints of Turquoise Blue #73D9E2

Color information

#73D9E2 (or 0x73D9E2) is unknown color: approx Turquoise Blue. HEX triplet: 73, D9 and E2. RGB value is (115,217,226). Sum of RGB (Red+Green+Blue) = 115+217+226=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #73D9E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D9E2 is #8C261D. Grayscale: #BBBBBB. Windows color (decimal): -9184798 or 14866803. OLE color: 14866803.

HSL color Cylindrical-coordinate representation of color #73D9E2: hue angle of 184.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73D9E2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB115217226-
CMYK0.490.0400.11
HSL184.86º65.68%66.86%-
HSV(B)184.86º49.12%88.63%-
XYZ45.6158.7680.89-
YUV187.53149.7176.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.61%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 226 (88.67% from 255) = 40.50%
R=20.61%
G=38.89%
B=40.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152172260.490.0400.11184.8665.6866.86
Hex73D9E23140Bb94243
Octal163331342614013271102103
Binary11100111101100111100010110001100010111011100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,217,226); }

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

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

 a { background-color: rgb(115,217,226); }

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

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

 span { border-color: rgb(115,217,226); }

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