#73D4EB

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

Shades of Turquoise Blue #73D4EB

Tints of Turquoise Blue #73D4EB

Color information

#73D4EB (or 0x73D4EB) is unknown color: approx Turquoise Blue. HEX triplet: 73, D4 and EB. RGB value is (115,212,235). Sum of RGB (Red+Green+Blue) = 115+212+235=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #73D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D4EB is #8C2B14. Grayscale: #B9B9B9. Windows color (decimal): -9186069 or 15455347. OLE color: 15455347.

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

Color convert

RGB115212235-
CMYK0.510.1000.08
HSL191.5º75%68.63%-
HSV(B)191.5º51.06%92.16%-
XYZ45.6156.7387.14-
YUV185.62155.8677.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.46%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=20.46%
G=37.72%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152122350.510.1000.08191.57568.63
Hex73D4EB33A08c04b45
Octal1633243536312010300113105
Binary111001111010100111010111100111010010001100000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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