#73DCDD

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

Shades of Turquoise Blue #73DCDD

Tints of Turquoise Blue #73DCDD

Color information

#73DCDD (or 0x73DCDD) is unknown color: approx Turquoise Blue. HEX triplet: 73, DC and DD. RGB value is (115,220,221). Sum of RGB (Red+Green+Blue) = 115+220+221=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #73DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCDD is #8C2322. Grayscale: #BCBCBC. Windows color (decimal): -9184035 or 14539891. OLE color: 14539891.

HSL color Cylindrical-coordinate representation of color #73DCDD: hue angle of 180.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCDD is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115220221-
CMYK0.480.0000.13
HSL180.57º60.92%65.88%-
HSV(B)180.57º47.96%86.67%-
XYZ45.7160.0577.59-
YUV188.72146.2175.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.68%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=20.68%
G=39.57%
B=39.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152202210.480.0000.13180.5760.9265.88
Hex73DCDD3000Db53d42
Octal16333433560001526575102
Binary11100111101110011011101110000001101101101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,220,221); }

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

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

 a { background-color: rgb(115,220,221); }

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

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

 span { border-color: rgb(115,220,221); }

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