#73DFEB

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

Shades of Turquoise Blue #73DFEB

Tints of Turquoise Blue #73DFEB

Color information

#73DFEB (or 0x73DFEB) is unknown color: approx Turquoise Blue. HEX triplet: 73, DF and EB. RGB value is (115,223,235). Sum of RGB (Red+Green+Blue) = 115+223+235=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #73DFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEB is #8C2014. Grayscale: #BFBFBF. Windows color (decimal): -9183253 or 15458163. OLE color: 15458163.

HSL color Cylindrical-coordinate representation of color #73DFEB: hue angle of 186º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DFEB is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB115223235-
CMYK0.510.0500.08
HSL186º75%68.63%-
HSV(B)186º51.06%92.16%-
XYZ48.4562.4288.09-
YUV192.08152.2273.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.07%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=20.07%
G=38.92%
B=41.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152232350.510.0500.081867568.63
Hex73DFEB33508ba4b45
Octal163337353635010272113105
Binary11100111101111111101011110011101010001011101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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