#73E9E5

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

Shades of Turquoise Blue #73E9E5

Tints of Turquoise Blue #73E9E5

Color information

#73E9E5 (or 0x73E9E5) is unknown color: approx Turquoise Blue. HEX triplet: 73, E9 and E5. RGB value is (115,233,229). Sum of RGB (Red+Green+Blue) = 115+233+229=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #73E9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E9E5 is #8C161A. Grayscale: #C5C5C5. Windows color (decimal): -9180699 or 15067507. OLE color: 15067507.

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

Color convert

RGB115233229-
CMYK0.5100.020.09
HSL177.97º72.84%68.24%-
HSV(B)177.97º50.64%91.37%-
XYZ50.3567.5884.52-
YUV197.26145.9169.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.93%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=19.93%
G=40.38%
B=39.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1152332290.5100.020.09177.9772.8468.24
Hex73E9E533029b24944
Octal163351345630211262111104
Binary1110011111010011110010111001101010011011001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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