#45CDB9

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

Shades of Medium Turquoise #45CDB9

Tints of Medium Turquoise #45CDB9

Color information

#45CDB9 (or 0x45CDB9) is unknown color: approx Medium Turquoise. HEX triplet: 45, CD and B9. RGB value is (69,205,185). Sum of RGB (Red+Green+Blue) = 69+205+185=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #45CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDB9 is #BA3246. Grayscale: #A1A1A1. Windows color (decimal): -12202567 or 12176709. OLE color: 12176709.

HSL color Cylindrical-coordinate representation of color #45CDB9: hue angle of 171.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CDB9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB69205185-
CMYK0.6600.100.20
HSL171.18º57.63%53.73%-
HSV(B)171.18º66.34%80.39%-
XYZ33.0448.4353.51-
YUV162.06140.9461.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.03%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=15.03%
G=44.66%
B=40.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal692051850.6600.100.20171.1857.6353.73
Hex45CDB9420A14ab3a36
Octal105315271102012242537266
Binary100010111001101101110011000010010101010010101011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,205,185); }

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

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

 a { background-color: rgb(69,205,185); }

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

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

 span { border-color: rgb(69,205,185); }

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