#73E9D9

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

Shades of Turquoise Blue #73E9D9

Tints of Turquoise Blue #73E9D9

Color information

#73E9D9 (or 0x73E9D9) is unknown color: approx Turquoise Blue. HEX triplet: 73, E9 and D9. RGB value is (115,233,217). Sum of RGB (Red+Green+Blue) = 115+233+217=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #73E9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E9D9 is #8C1626. Grayscale: #C3C3C3. Windows color (decimal): -9180711 or 14281075. OLE color: 14281075.

HSL color Cylindrical-coordinate representation of color #73E9D9: hue angle of 171.86º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73E9D9 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB115233217-
CMYK0.5100.070.09
HSL171.86º72.84%68.24%-
HSV(B)171.86º50.64%91.37%-
XYZ48.7366.9376-
YUV195.89139.9170.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.35%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=20.35%
G=41.24%
B=38.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1152332170.5100.070.09171.8672.8468.24
Hex73E9D933079ac4944
Octal163351331630711254111104
Binary11100111110100111011001110011011110011010110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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