#45D1B4

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

Shades of Medium Turquoise #45D1B4

Tints of Medium Turquoise #45D1B4

Color information

#45D1B4 (or 0x45D1B4) is unknown color: approx Medium Turquoise. HEX triplet: 45, D1 and B4. RGB value is (69,209,180). Sum of RGB (Red+Green+Blue) = 69+209+180=458 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.07% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #45D1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D1B4 is #BA2E4B. Grayscale: #A3A3A3. Windows color (decimal): -12201548 or 11850053. OLE color: 11850053.

HSL color Cylindrical-coordinate representation of color #45D1B4: hue angle of 167.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D1B4 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB69209180-
CMYK0.6700.140.18
HSL167.57º60.34%54.51%-
HSV(B)167.57º66.99%81.96%-
XYZ33.4950.1651.1-
YUV163.83137.1260.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.07%
GREEN value IS 209 (82.03% from 255) = 45.63%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=15.07%
G=45.63%
B=39.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal692091800.6700.140.18167.5760.3454.51
Hex45D1B4430E12a83c37
Octal105321264103016222507467
Binary100010111010001101101001000011011101001010101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,209,180); }

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

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

 a { background-color: rgb(69,209,180); }

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

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

 span { border-color: rgb(69,209,180); }

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