#45D4E1

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

Shades of Medium Turquoise #45D4E1

Tints of Medium Turquoise #45D4E1

Color information

#45D4E1 (or 0x45D4E1) is unknown color: approx Medium Turquoise. HEX triplet: 45, D4 and E1. RGB value is (69,212,225). Sum of RGB (Red+Green+Blue) = 69+212+225=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #45D4E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D4E1 is #BA2B1E. Grayscale: #AAAAAA. Windows color (decimal): -12200735 or 14799941. OLE color: 14799941.

HSL color Cylindrical-coordinate representation of color #45D4E1: hue angle of 185º 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 #45D4E1 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB69212225-
CMYK0.690.0600.12
HSL185º72.22%57.65%-
HSV(B)185º69.33%88.24%-
XYZ39.5953.7979.53-
YUV170.72158.6255.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.64%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=13.64%
G=41.90%
B=44.47%

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
Decimal692122250.690.0600.1218572.2257.65
Hex45D4E14560Cb9483a
Octal105324341105601427111072
Binary10001011101010011100001100010111001100101110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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