#73EBDF

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

Shades of Turquoise Blue #73EBDF

Tints of Turquoise Blue #73EBDF

Color information

#73EBDF (or 0x73EBDF) is unknown color: approx Turquoise Blue. HEX triplet: 73, EB and DF. RGB value is (115,235,223). Sum of RGB (Red+Green+Blue) = 115+235+223=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBDF is #8C1420. Grayscale: #C5C5C5. Windows color (decimal): -9180193 or 14674803. OLE color: 14674803.

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

Color convert

RGB115235223-
CMYK0.5100.050.08
HSL174º75%68.63%-
HSV(B)174º51.06%92.16%-
XYZ50.168.3980.37-
YUV197.75142.2468.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.07%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=20.07%
G=41.01%
B=38.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152352230.5100.050.081747568.63
Hex73EBDF33058ae4b45
Octal163353337630510256113105
Binary11100111110101111011111110011010110001010111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,235,223); }

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

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

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

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

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

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

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