#73DBEA

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

Shades of Turquoise Blue #73DBEA

Tints of Turquoise Blue #73DBEA

Color information

#73DBEA (or 0x73DBEA) is unknown color: approx Turquoise Blue. HEX triplet: 73, DB and EA. RGB value is (115,219,234). Sum of RGB (Red+Green+Blue) = 115+219+234=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #73DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBEA is #8C2415. Grayscale: #BDBDBD. Windows color (decimal): -9184278 or 15391603. OLE color: 15391603.

HSL color Cylindrical-coordinate representation of color #73DBEA: hue angle of 187.56º 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 #73DBEA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB115219234-
CMYK0.510.0600.08
HSL187.56º73.91%68.43%-
HSV(B)187.56º50.85%91.76%-
XYZ47.2560.2586.98-
YUV189.61153.0474.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.25%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=20.25%
G=38.56%
B=41.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152192340.510.0600.08187.5673.9168.43
Hex73DBEA33608bc4a44
Octal163333352636010274112104
Binary11100111101101111101010110011110010001011110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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