#73DFE6

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

Shades of Turquoise Blue #73DFE6

Tints of Turquoise Blue #73DFE6

Color information

#73DFE6 (or 0x73DFE6) is unknown color: approx Turquoise Blue. HEX triplet: 73, DF and E6. RGB value is (115,223,230). Sum of RGB (Red+Green+Blue) = 115+223+230=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #73DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFE6 is #8C2019. Grayscale: #BFBFBF. Windows color (decimal): -9183258 or 15130483. OLE color: 15130483.

HSL color Cylindrical-coordinate representation of color #73DFE6: hue angle of 183.65º 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 #73DFE6 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115223230-
CMYK0.50.0300.10
HSL183.65º69.7%67.65%-
HSV(B)183.65º50%90.2%-
XYZ47.7462.1384.34-
YUV191.51149.7273.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.25%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=20.25%
G=39.26%
B=40.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152232300.50.0300.10183.6569.767.65
Hex73DFE63230Ab84644
Octal163337346623012270106104
Binary1110011110111111110011011001011010101011100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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