#73DFEC

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

Shades of Turquoise Blue #73DFEC

Tints of Turquoise Blue #73DFEC

Color information

#73DFEC (or 0x73DFEC) is unknown color: approx Turquoise Blue. HEX triplet: 73, DF and EC. RGB value is (115,223,236). Sum of RGB (Red+Green+Blue) = 115+223+236=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #73DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEC is #8C2013. Grayscale: #C0C0C0. Windows color (decimal): -9183252 or 15523699. OLE color: 15523699.

HSL color Cylindrical-coordinate representation of color #73DFEC: hue angle of 186.45º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DFEC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115223236-
CMYK0.510.0600.07
HSL186.45º76.1%68.82%-
HSV(B)186.45º51.27%92.55%-
XYZ48.662.4888.85-
YUV192.19152.7272.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.03%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=20.03%
G=38.85%
B=41.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152232360.510.0600.07186.4576.168.82
Hex73DFEC33607ba4c45
Octal16333735463607272114105
Binary1110011110111111110110011001111001111011101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,223,236); }

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

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

 a { background-color: rgb(115,223,236); }

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

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

 span { border-color: rgb(115,223,236); }

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