#73e6e6

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

Shades of Turquoise Blue #73E6E6

Tints of Turquoise Blue #73E6E6

Color information

#73E6E6 (or 0x73E6E6) is unknown color: approx Turquoise Blue. HEX triplet: 73, E6 and E6. RGB value is (115,230,230). Sum of RGB (Red+Green+Blue) = 115+230+230=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #73E6E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E6E6 is #8C1919. Grayscale: #C3C3C3. Windows color (decimal): -9181466 or 15132275. OLE color: 15132275.

HSL color Cylindrical-coordinate representation of color #73E6E6: hue angle of 180º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6E6 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115230230-
CMYK0.5000.10
HSL180º69.7%67.65%-
HSV(B)180º50%90.2%-
XYZ49.6565.9584.98-
YUV195.61147.470.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 230 (90.23% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152302300.5000.1018069.767.65
Hex73E6E63200Ab44644
Octal163346346620012264106104
Binary111001111100110111001101100100010101011010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73e6e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,230,230); }

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

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

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

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

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

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

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