#73eada

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

Shades of Turquoise Blue #73EADA

Tints of Turquoise Blue #73EADA

Color information

#73EADA (or 0x73EADA) is unknown color: approx Turquoise Blue. HEX triplet: 73, EA and DA. RGB value is (115,234,218). Sum of RGB (Red+Green+Blue) = 115+234+218=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #73EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EADA is #8C1525. Grayscale: #C4C4C4. Windows color (decimal): -9180454 or 14346867. OLE color: 14346867.

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

Color convert

RGB115234218-
CMYK0.5100.070.08
HSL171.93º73.91%68.43%-
HSV(B)171.93º50.85%91.76%-
XYZ49.1567.5576.78-
YUV196.6140.0869.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.28%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=20.28%
G=41.27%
B=38.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152342180.5100.070.08171.9373.9168.43
Hex73EADA33078ac4a44
Octal163352332630710254112104
Binary11100111110101011011010110011011110001010110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73eada

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,234,218); }

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

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

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

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

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

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

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