#73D6F6

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

Shades of Turquoise Blue #73D6F6

Tints of Turquoise Blue #73D6F6

Color information

#73D6F6 (or 0x73D6F6) is unknown color: approx Turquoise Blue. HEX triplet: 73, D6 and F6. RGB value is (115,214,246). Sum of RGB (Red+Green+Blue) = 115+214+246=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #73D6F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D6F6 is #8C2909. Grayscale: #BBBBBB. Windows color (decimal): -9185546 or 16176755. OLE color: 16176755.

HSL color Cylindrical-coordinate representation of color #73D6F6: hue angle of 194.66º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D6F6 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115214246-
CMYK0.530.1300.04
HSL194.66º87.92%70.78%-
HSV(B)194.66º53.25%96.47%-
XYZ47.7558.3995.94-
YUV188.05160.775.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=20%
G=37.22%
B=42.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152142460.530.1300.04194.6687.9270.78
Hex73D6F635D04c35847
Octal163326366651504303130107
Binary11100111101011011110110110101110101001100001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,214,246); }

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

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

 a { background-color: rgb(115,214,246); }

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

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

 span { border-color: rgb(115,214,246); }

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