#73DBE1

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

Shades of Turquoise Blue #73DBE1

Tints of Turquoise Blue #73DBE1

Color information

#73DBE1 (or 0x73DBE1) is unknown color: approx Turquoise Blue. HEX triplet: 73, DB and E1. RGB value is (115,219,225). Sum of RGB (Red+Green+Blue) = 115+219+225=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #73DBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DBE1 is #8C241E. Grayscale: #BCBCBC. Windows color (decimal): -9184287 or 14801779. OLE color: 14801779.

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

Color convert

RGB115219225-
CMYK0.490.0300.12
HSL183.27º64.71%66.67%-
HSV(B)183.27º48.89%88.24%-
XYZ45.9959.7480.34-
YUV188.59148.5475.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.57%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=20.57%
G=39.18%
B=40.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1152192250.490.0300.12183.2764.7166.67
Hex73DBE13130Cb74143
Octal163333341613014267101103
Binary1110011110110111110000111000111011001011011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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