#73F1E5

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

Shades of Turquoise Blue #73F1E5

Tints of Turquoise Blue #73F1E5

Color information

#73F1E5 (or 0x73F1E5) is unknown color: approx Turquoise Blue. HEX triplet: 73, F1 and E5. RGB value is (115,241,229). Sum of RGB (Red+Green+Blue) = 115+241+229=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F1E5 is #8C0E1A. Grayscale: #C9C9C9. Windows color (decimal): -9178651 or 15069555. OLE color: 15069555.

HSL color Cylindrical-coordinate representation of color #73F1E5: hue angle of 174.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F1E5 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB115241229-
CMYK0.5200.050.05
HSL174.29º81.82%69.8%-
HSV(B)174.29º52.28%94.51%-
XYZ52.6772.2185.29-
YUV201.96143.2665.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.66%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=19.66%
G=41.20%
B=39.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152412290.5200.050.05174.2981.8269.8
Hex73F1E534055ae5246
Octal16336134564055256122106
Binary1110011111100011110010111010001011011010111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,241,229); }

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

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

 a { background-color: rgb(115,241,229); }

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

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

 span { border-color: rgb(115,241,229); }

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