#45D3E1

Color #45D3E1 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #45D3E1

Tints of Medium Turquoise #45D3E1

Color information

#45D3E1 (or 0x45D3E1) is unknown color: approx Medium Turquoise. HEX triplet: 45, D3 and E1. RGB value is (69,211,225). Sum of RGB (Red+Green+Blue) = 69+211+225=505 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.66% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #45D3E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D3E1 is #BA2C1E. Grayscale: #A9A9A9. Windows color (decimal): -12200991 or 14799685. OLE color: 14799685.

HSL color Cylindrical-coordinate representation of color #45D3E1: hue angle of 185.38º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D3E1 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB69211225-
CMYK0.690.0600.12
HSL185.38º72.22%57.65%-
HSV(B)185.38º69.33%88.24%-
XYZ39.3453.2979.45-
YUV170.14158.9655.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.66%
GREEN value IS 211 (82.81% from 255) = 41.78%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=13.66%
G=41.78%
B=44.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692112250.690.0600.12185.3872.2257.65
Hex45D3E14560Cb9483a
Octal105323341105601427111072
Binary10001011101001111100001100010111001100101110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D3E1; }

 p { color: rgb(69,211,225); }

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

<style>
 a { background-color: #45D3E1; }

 a { background-color: rgb(69,211,225); }

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

<style>
 span { border-color: #45D3E1; }

 span { border-color: rgb(69,211,225); }

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