#73DBE6

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

Shades of Turquoise Blue #73DBE6

Tints of Turquoise Blue #73DBE6

Color information

#73DBE6 (or 0x73DBE6) is unknown color: approx Turquoise Blue. HEX triplet: 73, DB and E6. RGB value is (115,219,230). Sum of RGB (Red+Green+Blue) = 115+219+230=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #73DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBE6 is #8C2419. Grayscale: #BDBDBD. Windows color (decimal): -9184282 or 15129459. OLE color: 15129459.

HSL color Cylindrical-coordinate representation of color #73DBE6: hue angle of 185.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DBE6 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115219230-
CMYK0.50.0500.10
HSL185.74º69.7%67.65%-
HSV(B)185.74º50%90.2%-
XYZ46.6860.0283.99-
YUV189.16151.0475.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.39%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 230 (90.23% from 255) = 40.78%
R=20.39%
G=38.83%
B=40.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152192300.50.0500.10185.7469.767.65
Hex73DBE63250Aba4644
Octal163333346625012272106104
Binary11100111101101111100110110010101010101011101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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