#73D5E3

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

Shades of Turquoise Blue #73D5E3

Tints of Turquoise Blue #73D5E3

Color information

#73D5E3 (or 0x73D5E3) is unknown color: approx Turquoise Blue. HEX triplet: 73, D5 and E3. RGB value is (115,213,227). Sum of RGB (Red+Green+Blue) = 115+213+227=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #73D5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5E3 is #8C2A1C. Grayscale: #B9B9B9. Windows color (decimal): -9185821 or 14931315. OLE color: 14931315.

HSL color Cylindrical-coordinate representation of color #73D5E3: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73D5E3 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB115213227-
CMYK0.490.0600.11
HSL187.5º66.67%67.06%-
HSV(B)187.5º49.34%89.02%-
XYZ44.7356.7881.28-
YUV185.29151.5377.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.72%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=20.72%
G=38.38%
B=40.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152132270.490.0600.11187.566.6767.06
Hex73D5E33160Bbc4343
Octal163325343616013274103103
Binary11100111101010111100011110001110010111011110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,213,227); }

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

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

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

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

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

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

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