#73DCE0

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

Shades of Turquoise Blue #73DCE0

Tints of Turquoise Blue #73DCE0

Color information

#73DCE0 (or 0x73DCE0) is unknown color: approx Turquoise Blue. HEX triplet: 73, DC and E0. RGB value is (115,220,224). Sum of RGB (Red+Green+Blue) = 115+220+224=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #73DCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCE0 is #8C231F. Grayscale: #BCBCBC. Windows color (decimal): -9184032 or 14736499. OLE color: 14736499.

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

Color convert

RGB115220224-
CMYK0.490.0200.12
HSL182.2º63.74%66.47%-
HSV(B)182.2º48.66%87.84%-
XYZ46.1260.2179.71-
YUV189.06147.7175.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.57%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=20.57%
G=39.36%
B=40.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1152202240.490.0200.12182.263.7466.47
Hex73DCE03120Cb64042
Octal163334340612014266100102
Binary1110011110111001110000011000110011001011011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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