#73E1EF

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

Shades of Turquoise Blue #73E1EF

Tints of Turquoise Blue #73E1EF

Color information

#73E1EF (or 0x73E1EF) is unknown color: approx Turquoise Blue. HEX triplet: 73, E1 and EF. RGB value is (115,225,239). Sum of RGB (Red+Green+Blue) = 115+225+239=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #73E1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E1EF is #8C1E10. Grayscale: #C1C1C1. Windows color (decimal): -9182737 or 15720819. OLE color: 15720819.

HSL color Cylindrical-coordinate representation of color #73E1EF: hue angle of 186.77º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73E1EF is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115225239-
CMYK0.520.0600.06
HSL186.77º79.49%69.41%-
HSV(B)186.77º51.88%93.73%-
XYZ49.5863.7391.35-
YUV193.71153.5671.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.86%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=19.86%
G=38.86%
B=41.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152252390.520.0600.06186.7779.4969.41
Hex73E1EF34606bb4f45
Octal16334135764606273117105
Binary1110011111000011110111111010011001101011101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,225,239); }

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

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

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

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

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

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

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