#73E0DC

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

Shades of Turquoise Blue #73E0DC

Tints of Turquoise Blue #73E0DC

Color information

#73E0DC (or 0x73E0DC) is unknown color: approx Turquoise Blue. HEX triplet: 73, E0 and DC. RGB value is (115,224,220). Sum of RGB (Red+Green+Blue) = 115+224+220=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0DC is #8C1F23. Grayscale: #BEBEBE. Windows color (decimal): -9183012 or 14475379. OLE color: 14475379.

HSL color Cylindrical-coordinate representation of color #73E0DC: hue angle of 177.8º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0DC is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB115224220-
CMYK0.4900.020.12
HSL177.8º63.74%66.47%-
HSV(B)177.8º48.66%87.84%-
XYZ46.6462.1277.24-
YUV190.95144.3973.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.57%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=20.57%
G=40.07%
B=39.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1152242200.4900.020.12177.863.7466.47
Hex73E0DC3102Cb24042
Octal163340334610214262100102
Binary1110011111000001101110011000101011001011001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,224,220); }

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

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

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

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

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

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

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